Rover: remove compass params underscore

This commit is contained in:
Iampete1 2021-11-02 15:09:11 +00:00 committed by Randy Mackay
parent 2a2685d874
commit 935fc0f073
1 changed files with 2 additions and 2 deletions

View File

@ -218,9 +218,9 @@ const AP_Param::Info Rover::var_info[] = {
// variables not in the g class which contain EEPROM saved variables
// @Group: COMPASS_
// @Group: COMPASS
// @Path: ../libraries/AP_Compass/AP_Compass.cpp
GOBJECT(compass, "COMPASS_", Compass),
GOBJECT(compass, "COMPASS", Compass),
// @Group: SCHED_
// @Path: ../libraries/AP_Scheduler/AP_Scheduler.cpp