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

Changes, thanks mikeller and jirif

This commit is contained in:
ctzsnooze 2018-07-09 21:03:16 +10:00 committed by mikeller
parent 4c917efa50
commit 94c7109a4c
3 changed files with 8 additions and 12 deletions

View file

@ -77,9 +77,8 @@ typedef struct pid8_s {
} pid8_t;
typedef enum {
ANTI_GRAVITY_OFF = 0,
ANTI_GRAVITY_STEP,
ANTI_GRAVITY_SMOOTH
ANTI_GRAVITY_SMOOTH,
ANTI_GRAVITY_STEP
} antiGravityMode_e;
typedef enum {