mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 01:18:29 -04:00
AP_InertialSensor: Add APM_BUILD_Heli
This commit is contained in:
parent
79787d55cc
commit
290794bf93
@ -45,7 +45,7 @@ extern const AP_HAL::HAL& hal;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
#if APM_BUILD_TYPE(APM_BUILD_ArduCopter)
|
#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