1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-18 22:05:17 +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

@ -70,6 +70,8 @@ typedef enum {
DEBUG_FFT_FREQ,
DEBUG_FRSKY_D_RX,
DEBUG_GYRO_RAW,
DEBUG_MAX7456_SIGNAL,
DEBUG_MAX7456_SPICLOCK,
DEBUG_COUNT
} debugType_e;