1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 12:25:20 +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

@ -96,4 +96,5 @@ const char * const debugModeNames[DEBUG_COUNT] = {
"BLACKBOX_OUTPUT",
"GYRO_SAMPLE",
"RX_TIMING",
"D_LPF",
};