mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 13:38:38 -04:00
AP_RPM: allow HarmonicNotches to be compiled out of the code
This commit is contained in:
parent
6de3cce480
commit
ffb1fe0a1a
@ -28,7 +28,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef AP_RPM_HARMONICNOTCH_ENABLED
|
||||
#define AP_RPM_HARMONICNOTCH_ENABLED AP_RPM_BACKEND_DEFAULT_ENABLED && AP_INERTIALSENSOR_ENABLED
|
||||
#define AP_RPM_HARMONICNOTCH_ENABLED AP_RPM_BACKEND_DEFAULT_ENABLED && AP_INERTIALSENSOR_HARMONICNOTCH_ENABLED
|
||||
#endif
|
||||
|
||||
#ifndef AP_RPM_PIN_ENABLED
|
||||
|
Loading…
Reference in New Issue
Block a user