remove unused debug modes

This commit is contained in:
Steffen Windoffer 2018-01-07 21:38:18 +01:00
parent 3999562830
commit e0b95fb0fb
2 changed files with 0 additions and 8 deletions

View File

@ -33,13 +33,9 @@ const char * const debugModeNames[DEBUG_COUNT] = {
"BATTERY",
"GYRO",
"ACCELEROMETER",
"MIXER",
"AIRMODE",
"PIDLOOP",
"NOTCH",
"RC_INTERPOLATION",
"VELOCITY",
"DFILTER",
"ANGLERATE",
"ESC_SENSOR",
"SCHEDULER",

View File

@ -51,13 +51,9 @@ typedef enum {
DEBUG_BATTERY,
DEBUG_GYRO,
DEBUG_ACCELEROMETER,
DEBUG_MIXER,
DEBUG_AIRMODE,
DEBUG_PIDLOOP,
DEBUG_GYRO_NOTCH,
DEBUG_RC_INTERPOLATION,
DEBUG_VELOCITY,
DEBUG_DTERM_FILTER,
DEBUG_ANGLERATE,
DEBUG_ESC_SENSOR,
DEBUG_SCHEDULER,