AP_ICEngine: move to new constant dt low pass filter class

This commit is contained in:
Iampete1 2024-07-27 13:12:50 +01:00 committed by Andrew Tridgell
parent 1d589c5244
commit 44918b0e75

View File

@ -83,7 +83,7 @@ private:
#if AP_RPM_ENABLED
// filter for RPM value
LowPassFilterFloat _rpm_filter;
LowPassFilterConstDtFloat _rpm_filter;
float filtered_rpm_value;
#endif