mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
ArduCopter: bug fix to global var_info parameter list for ahrs object.
This commit is contained in:
parent
1ea2cb7b75
commit
b85986cb44
@ -321,9 +321,9 @@ static const AP_Param::Info var_info[] PROGMEM = {
|
||||
// @Group: AHRS_
|
||||
// @Path: ../libraries/AP_AHRS/AP_AHRS_DCM.cpp, ../libraries/AP_AHRS/AP_AHRS_Quaternion.cpp
|
||||
#if DMP_ENABLED == ENABLED && CONFIG_APM_HARDWARE == APM_HARDWARE_APM2
|
||||
GOBJECT(ahrs, "AHRS_", AP_AHRS_DCM),
|
||||
#else
|
||||
GOBJECT(ahrs, "AHRS_", AP_AHRS_MPU6000),
|
||||
#else
|
||||
GOBJECT(ahrs, "AHRS_", AP_AHRS_DCM),
|
||||
#endif
|
||||
|
||||
#if MOUNT == ENABLED
|
||||
|
Loading…
Reference in New Issue
Block a user