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

Add DEBUG_D_LPF

This commit is contained in:
SteveCEvans 2020-05-21 02:51:57 +01:00 committed by mikeller
parent 8a1e80bf18
commit d8c0159378
3 changed files with 48 additions and 3 deletions

View file

@ -112,6 +112,7 @@ typedef enum {
DEBUG_BLACKBOX_OUTPUT,
DEBUG_GYRO_SAMPLE,
DEBUG_RX_TIMING,
DEBUG_D_LPF,
DEBUG_COUNT
} debugType_e;