1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 06:15:16 +03:00

frsky-spi-D16 was counting every telemetry state as a good packet. If it was garbage packet it would go straight into the rcData

Add some debugging
This commit is contained in:
Bryce Johnson 2018-04-21 16:49:47 -06:00 committed by mikeller
parent 26a4f762a1
commit a86e0bc41c
7 changed files with 38 additions and 14 deletions

View file

@ -68,6 +68,7 @@ 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,