1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Cleaned up the debug code.

This commit is contained in:
Michael Keller 2021-09-07 02:10:26 +12:00
parent 1a97cbc9db
commit 96e9f73437
2 changed files with 1 additions and 27 deletions

View file

@ -27,10 +27,6 @@
int16_t debug[DEBUG16_VALUE_COUNT];
uint8_t debugMode;
#ifdef DEBUG_SECTION_TIMES
uint32_t sectionTimes[2][4];
#endif
// Please ensure that these names are aligned with the enum values defined in 'debug.h' - for OSD be sure the name is unique with 12 chars.
const char * const debugModeNames[DEBUG_COUNT] = {
"NONE",