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

USE_CRSF_LINK_STATISTICS Split from pr 8042

This commit is contained in:
laz2wiringpi 2019-05-04 22:02:25 -04:00 committed by laz2wiringpi
parent de1c1d5377
commit 653618d0f6
9 changed files with 108 additions and 0 deletions

View file

@ -103,6 +103,9 @@ typedef enum {
DEBUG_AC_ERROR,
DEBUG_DUAL_GYRO_SCALED,
DEBUG_DSHOT_RPM_ERRORS,
DEBUG_CRSF_LINK_STATISTICS_UPLINK,
DEBUG_CRSF_LINK_STATISTICS_PWR,
DEBUG_CRSF_LINK_STATISTICS_DOWN,
DEBUG_COUNT
} debugType_e;