1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 13:25:30 +03:00

update header

This commit is contained in:
treymarc 2014-04-16 22:51:03 +00:00
parent 6330456296
commit f6024c5406

View file

@ -318,7 +318,7 @@ typedef struct flags_t {
uint8_t PASSTHRU_MODE;
uint8_t GPS_FIX;
uint8_t GPS_FIX_HOME;
uint8_t SMALL_ANGLES_25;
uint8_t SMALL_ANGLE;
uint8_t CALIBRATE_MAG;
uint8_t VARIO_MODE;
uint8_t FIXED_WING; // set when in flying_wing or airplane mode. currently used by althold selection code