1
0
Fork 0
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:
IvoFPV 2019-08-07 20:02:29 +02:00
parent 09c98513b8
commit 596222055d
4 changed files with 34 additions and 4 deletions

View file

@ -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