mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
add itermrelax to cms
This commit is contained in:
parent
09c98513b8
commit
596222055d
4 changed files with 34 additions and 4 deletions
|
@ -92,12 +92,14 @@ typedef enum {
|
|||
ITERM_RELAX_RP,
|
||||
ITERM_RELAX_RPY,
|
||||
ITERM_RELAX_RP_INC,
|
||||
ITERM_RELAX_RPY_INC
|
||||
ITERM_RELAX_RPY_INC,
|
||||
ITERM_RELAX_COUNT,
|
||||
} itermRelax_e;
|
||||
|
||||
typedef enum {
|
||||
ITERM_RELAX_GYRO,
|
||||
ITERM_RELAX_SETPOINT
|
||||
ITERM_RELAX_SETPOINT,
|
||||
ITERM_RELAX_TYPE_COUNT,
|
||||
} itermRelaxType_e;
|
||||
|
||||
#define MAX_PROFILE_NAME_LENGTH 8u
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue