1
0
Fork 0
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:
jflyper 2017-09-24 19:28:36 +09:00
parent 120955e26b
commit 47b9bc878b
3 changed files with 31 additions and 14 deletions

View file

@ -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"
};