mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
AP_AHRS: remove unused define
AHRS_EKF_USE_DEFAULT is not used since commit
7ba45444a2
"AP_AHRS: added selection of
EKF type using AHRS_EKF_TYPE".
This commit is contained in:
parent
5db4549d79
commit
e87db31149
@ -40,12 +40,6 @@
|
||||
# define AHRS_EKF_USE_ALWAYS 0
|
||||
#endif
|
||||
|
||||
#if APM_BUILD_TYPE(APM_BUILD_ArduPlane)
|
||||
#define AHRS_EKF_USE_DEFAULT 1
|
||||
#else
|
||||
#define AHRS_EKF_USE_DEFAULT 0
|
||||
#endif
|
||||
|
||||
#define AP_AHRS_TRIM_LIMIT 10.0f // maximum trim angle in degrees
|
||||
#define AP_AHRS_RP_P_MIN 0.05f // minimum value for AHRS_RP_P parameter
|
||||
#define AP_AHRS_YAW_P_MIN 0.05f // minimum value for AHRS_YAW_P parameter
|
||||
|
Loading…
Reference in New Issue
Block a user