1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 17:25:20 +03:00

Fix issues impacting RX_STATE_MODES state duration and add DEBUG_RX_STATE_TIME

This commit is contained in:
Steve Evans 2022-01-11 20:09:55 +00:00
parent 8d52a36150
commit c05ad2ec9b
7 changed files with 31 additions and 2 deletions

View file

@ -97,6 +97,7 @@ typedef enum {
DEBUG_TIMING_ACCURACY,
DEBUG_RX_EXPRESSLRS_SPI,
DEBUG_RX_EXPRESSLRS_PHASELOCK,
DEBUG_RX_STATE_TIME,
DEBUG_COUNT
} debugType_e;