1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 17:25:20 +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

@ -23,8 +23,6 @@
#include "fc/runtime_config.h"
#include "io/beeper.h"
const char *armingDisableFlagNames[] = { ARMING_DISBALED_FLAG_NAMES };
uint8_t armingFlags = 0;
uint8_t stateFlags = 0;
uint16_t flightModeFlags = 0;