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

Always use arming disable flag names

This commit is contained in:
Martin Budden 2018-01-21 13:45:22 +00:00
parent ded85bfce1
commit e7cac0e9c6
5 changed files with 5 additions and 15 deletions

View file

@ -29,13 +29,11 @@ uint16_t flightModeFlags = 0;
static uint32_t enabledSensors = 0;
#if defined(USE_OSD) || !defined(MINIMAL_CLI)
const char *armingDisableFlagNames[]= {
"NOGYRO", "FAILSAFE", "RXLOSS", "BADRX", "BOXFAILSAFE",
"THROTTLE", "ANGLE", "BOOTGRACE", "NOPREARM", "LOAD",
"CALIB", "CLI", "CMS", "OSD", "BST", "MSP", "ARMSWITCH"
};
#endif
static armingDisableFlags_e armingDisableFlags = 0;