mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
debug: update debugModeNames
* TBC
This commit is contained in:
parent
f2cc9acc1f
commit
f8ebdf06f1
1 changed files with 2 additions and 2 deletions
|
@ -34,10 +34,10 @@ const char * const debugModeNames[DEBUG_COUNT] = {
|
||||||
"NONE",
|
"NONE",
|
||||||
"CYCLETIME",
|
"CYCLETIME",
|
||||||
"BATTERY",
|
"BATTERY",
|
||||||
"GYRO",
|
"GYRO_FILTERED",
|
||||||
"ACCELEROMETER",
|
"ACCELEROMETER",
|
||||||
"PIDLOOP",
|
"PIDLOOP",
|
||||||
"NOTCH",
|
"GYRO_SCALED",
|
||||||
"RC_INTERPOLATION",
|
"RC_INTERPOLATION",
|
||||||
"ANGLERATE",
|
"ANGLERATE",
|
||||||
"ESC_SENSOR",
|
"ESC_SENSOR",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue