mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 09:58:28 -04:00
ArduCopter: revert compass parameter changes
This commit is contained in:
parent
636d36e78a
commit
ec4779599c
@ -502,9 +502,9 @@ const AP_Param::Info Copter::var_info[] = {
|
|||||||
GOBJECT(input_manager, "IM_", AC_InputManager_Heli),
|
GOBJECT(input_manager, "IM_", AC_InputManager_Heli),
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @Group: COMPASS
|
// @Group: COMPASS_
|
||||||
// @Path: ../libraries/AP_Compass/AP_Compass.cpp
|
// @Path: ../libraries/AP_Compass/AP_Compass.cpp
|
||||||
GOBJECT(compass, "COMPASS", Compass),
|
GOBJECT(compass, "COMPASS_", Compass),
|
||||||
|
|
||||||
// @Group: INS_
|
// @Group: INS_
|
||||||
// @Path: ../libraries/AP_InertialSensor/AP_InertialSensor.cpp
|
// @Path: ../libraries/AP_InertialSensor/AP_InertialSensor.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user