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:
parent
5353c136d1
commit
82b73ce00e
3 changed files with 7 additions and 18 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue