mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-24 16:55:29 +03:00
LuLu filter as separate entity
This commit is contained in:
parent
bd0a9b6942
commit
f8cc253b4c
1 changed files with 3 additions and 0 deletions
|
@ -88,6 +88,9 @@ STATIC_FASTRAM filter_t gyroLpfState[XYZ_AXIS_COUNT];
|
|||
STATIC_FASTRAM filterApplyFnPtr gyroLpf2ApplyFn;
|
||||
STATIC_FASTRAM filter_t gyroLpf2State[XYZ_AXIS_COUNT];
|
||||
|
||||
STATIC_FASTRAM filterApplyFnPtr gyroLuluApplyFn;
|
||||
STATIC_FASTRAM filter_t gyroLuluState[XYZ_AXIS_COUNT];
|
||||
|
||||
#ifdef USE_DYNAMIC_FILTERS
|
||||
|
||||
EXTENDED_FASTRAM gyroAnalyseState_t gyroAnalyseState;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue