mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Add Iterm Relax INC modes
This commit is contained in:
parent
9a06900c83
commit
d63eecffaa
3 changed files with 17 additions and 10 deletions
|
@ -79,7 +79,9 @@ typedef struct pid8_s {
|
|||
typedef enum {
|
||||
ITERM_RELAX_OFF,
|
||||
ITERM_RELAX_RP,
|
||||
ITERM_RELAX_RPY
|
||||
ITERM_RELAX_RPY,
|
||||
ITERM_RELAX_RP_INC,
|
||||
ITERM_RELAX_RPY_INC
|
||||
} itermRelax_e;
|
||||
|
||||
typedef enum {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue