ArduPlane: revert compass parameter changes

This commit is contained in:
Andrew Tridgell 2021-12-04 15:22:56 +11:00
parent ec4779599c
commit ca13503f41
1 changed files with 2 additions and 2 deletions

View File

@ -830,9 +830,9 @@ const AP_Param::Info Plane::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