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

Restricted Dterm lowpass filter options (#5492)

* Restricted allowed filter types for Dterm lowpass 1

* Fixed output of CLI lookup entires with skips

* Reverted trailing NULLs

* Revert whitespace changes
This commit is contained in:
Andrey Mironov 2018-03-22 00:28:10 +03:00 committed by Michael Keller
parent b98bdcc3f8
commit a453063dd7
2 changed files with 14 additions and 1 deletions

View file

@ -58,6 +58,7 @@ typedef enum {
TABLE_RC_INTERPOLATION,
TABLE_RC_INTERPOLATION_CHANNELS,
TABLE_LOWPASS_TYPE,
TABLE_DTERM_LOWPASS_TYPE,
TABLE_FAILSAFE,
TABLE_CRASH_RECOVERY,
#ifdef USE_CAMERA_CONTROL