mirror of https://github.com/ArduPilot/ardupilot
ArduPlane: change to Parameters.pde to support moving var_info from AP_AHRS to AP_AHRS_DCM
This commit is contained in:
parent
a49454e905
commit
d9e92c0beb
|
@ -532,7 +532,7 @@ 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
|
||||
GOBJECT(ahrs, "AHRS_", AP_AHRS),
|
||||
GOBJECT(ahrs, "AHRS_", AP_AHRS_DCM),
|
||||
|
||||
// @Group: ARSPD_
|
||||
// @Path: ../libraries/AP_Airspeed/AP_Airspeed.cpp
|
||||
|
|
Loading…
Reference in New Issue