mirror of https://github.com/ArduPilot/ardupilot
ArduSub: revert compass parameter changes
This commit is contained in:
parent
ca13503f41
commit
3d2ecfe3c5
|
@ -419,9 +419,9 @@ const AP_Param::Info Sub::var_info[] = {
|
|||
// @Path: ../libraries/AP_Relay/AP_Relay.cpp
|
||||
GOBJECT(relay, "RELAY_", AP_Relay),
|
||||
|
||||
// @Group: COMPASS
|
||||
// @Group: COMPASS_
|
||||
// @Path: ../libraries/AP_Compass/AP_Compass.cpp
|
||||
GOBJECT(compass, "COMPASS", Compass),
|
||||
GOBJECT(compass, "COMPASS_", Compass),
|
||||
|
||||
// @Group: INS_
|
||||
// @Path: ../libraries/AP_InertialSensor/AP_InertialSensor.cpp
|
||||
|
|
Loading…
Reference in New Issue