mirror of https://github.com/ArduPilot/ardupilot
Rover: remove compass params underscore
This commit is contained in:
parent
2a2685d874
commit
935fc0f073
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue