mirror of https://github.com/ArduPilot/ardupilot
Rover: revert compass parameter changes
This commit is contained in:
parent
f7442eca36
commit
ba8ce12b67
|
@ -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