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

Add debug mode to CMS menu

This commit is contained in:
Dan Nixon 2017-07-15 14:46:31 +01:00
parent a46936d040
commit cfb23ad0ac
4 changed files with 36 additions and 26 deletions

View file

@ -70,3 +70,5 @@ typedef enum {
DEBUG_FFT_FREQ,
DEBUG_COUNT
} debugType_e;
extern const char * const debugModeNames[DEBUG_COUNT];