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:
parent
a46936d040
commit
cfb23ad0ac
4 changed files with 36 additions and 26 deletions
|
@ -70,3 +70,5 @@ typedef enum {
|
|||
DEBUG_FFT_FREQ,
|
||||
DEBUG_COUNT
|
||||
} debugType_e;
|
||||
|
||||
extern const char * const debugModeNames[DEBUG_COUNT];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue