Skip to content
Snippets Groups Projects
Commit d9e92c0b authored by rmackay9's avatar rmackay9
Browse files

ArduPlane: change to Parameters.pde to support moving var_info from AP_AHRS to AP_AHRS_DCM

parent a49454e9
No related branches found
No related tags found
No related merge requests found
...@@ -532,7 +532,7 @@ static const AP_Param::Info var_info[] PROGMEM = { ...@@ -532,7 +532,7 @@ static const AP_Param::Info var_info[] PROGMEM = {
// @Group: AHRS_ // @Group: AHRS_
// @Path: ../libraries/AP_AHRS/AP_AHRS_DCM.cpp, ../libraries/AP_AHRS/AP_AHRS_Quaternion.cpp // @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_ // @Group: ARSPD_
// @Path: ../libraries/AP_Airspeed/AP_Airspeed.cpp // @Path: ../libraries/AP_Airspeed/AP_Airspeed.cpp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment