1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-23 16:25:26 +03:00

Add a debug for new dynamic filters

This commit is contained in:
Pawel Spychalski (DzikuVx) 2020-02-04 19:38:06 +01:00
parent 51eb825bab
commit 1e06e7fd1c
4 changed files with 8 additions and 1 deletions

View file

@ -67,5 +67,7 @@ typedef enum {
DEBUG_ERPM,
DEBUG_RPM_FILTER,
DEBUG_RPM_FREQ,
DEBUG_DYNAMIC_FILTER,
DEBUG_DYNAMIC_FILTER_FREQUENCY,
DEBUG_COUNT
} debugType_e;