1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-18 05:45:31 +03:00

Fix from review.

This commit is contained in:
mikeller 2018-06-10 03:21:27 +12:00
parent 0c045b8ec5
commit 2f0c8d26ff
2 changed files with 2 additions and 2 deletions

View file

@ -68,7 +68,6 @@ typedef enum {
DEBUG_FFT_TIME,
DEBUG_FFT_FREQ,
DEBUG_RX_FRSKY_SPI,
DEBUG_RX_SIGNAL_LOSS,
DEBUG_GYRO_RAW,
DEBUG_DUAL_GYRO,
DEBUG_DUAL_GYRO_RAW,
@ -91,6 +90,7 @@ typedef enum {
DEBUG_ITERM_RELAX,
DEBUG_ACRO_TRAINER,
DEBUG_RC_SMOOTHING,
DEBUG_RX_SIGNAL_LOSS,
DEBUG_COUNT
} debugType_e;