Sub: remove compass params underscore

This commit is contained in:
Iampete1 2021-11-02 15:08:51 +00:00 committed by Randy Mackay
parent 06c9a69975
commit b608b82041

View File

@ -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