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

Moved disabled flags text to CLI where other flag text is located

This commit is contained in:
blckmn 2017-07-02 10:06:38 +10:00
parent 5353c136d1
commit 82b73ce00e
3 changed files with 7 additions and 18 deletions

View file

@ -190,10 +190,16 @@ static const char * const gyroNames[] = {
static const char * const *sensorHardwareNames[] = {
gyroNames, lookupTableAccHardware, lookupTableBaroHardware, lookupTableMagHardware
};
#endif // USE_SENSOR_NAMES
#ifndef MINIMAL_CLI
static const char *armingDisableFlagNames[] = {
"NOGYRO", "FAILSAFE", "BOXFAILSAFE", "THROTTLE",
"ANGLE", "LOAD", "CALIB", "CLI", "CMS", "OSD", "BST"
};
#endif
static void cliPrint(const char *str)
{
while (*str) {