1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 01:35:41 +03:00

Merge pull request #6129 from McGiverGim/iterm_relax_decreasing_I

Add Iterm Relax INC modes
This commit is contained in:
Michael Keller 2018-07-09 22:43:33 +12:00 committed by GitHub
commit 5371350150
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 10 deletions

View file

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