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

Print names instead of hex value

This commit is contained in:
jflyper 2017-06-30 22:02:40 +09:00
parent 740b4a91bd
commit 42ba069a69
3 changed files with 26 additions and 2 deletions

View file

@ -23,6 +23,8 @@
#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;