mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 16:48:29 -04:00
AP_InertialSensor: convert APM_BUILD_COPTER_OR_HELI() to APM_BUILD_COPTER_OR_HELI
This commit is contained in:
parent
31c74f9793
commit
6a00819b2d
@ -45,7 +45,7 @@ extern const AP_HAL::HAL& hal;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
#if APM_BUILD_COPTER_OR_HELI()
|
#if APM_BUILD_COPTER_OR_HELI
|
||||||
#define DEFAULT_GYRO_FILTER 20
|
#define DEFAULT_GYRO_FILTER 20
|
||||||
#define DEFAULT_ACCEL_FILTER 20
|
#define DEFAULT_ACCEL_FILTER 20
|
||||||
#define DEFAULT_STILL_THRESH 2.5f
|
#define DEFAULT_STILL_THRESH 2.5f
|
||||||
|
Loading…
Reference in New Issue
Block a user