mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
AP_ICEngine: move to new constant dt low pass filter class
This commit is contained in:
parent
1d589c5244
commit
44918b0e75
@ -83,7 +83,7 @@ private:
|
||||
|
||||
#if AP_RPM_ENABLED
|
||||
// filter for RPM value
|
||||
LowPassFilterFloat _rpm_filter;
|
||||
LowPassFilterConstDtFloat _rpm_filter;
|
||||
float filtered_rpm_value;
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user