Browse Source

ArduPlane: revert compass parameter changes

gps-1.3.1
Andrew Tridgell 3 years ago
parent
commit
ca13503f41
  1. 4
      ArduPlane/Parameters.cpp

4
ArduPlane/Parameters.cpp

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

Loading…
Cancel
Save