mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
Convert debug statements into debug modes
This commit is contained in:
parent
120955e26b
commit
47b9bc878b
3 changed files with 31 additions and 14 deletions
|
@ -51,5 +51,7 @@ const char * const debugModeNames[DEBUG_COUNT] = {
|
|||
"FFT_TIME",
|
||||
"FFT_FREQ",
|
||||
"FRSKY_D_RX",
|
||||
"GYRO_RAW"
|
||||
"GYRO_RAW",
|
||||
"MAX7456_SIGNAL",
|
||||
"MAX7456_SPICLOCK"
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue