|
|
|
@ -236,11 +236,9 @@ const AP_Param::Info Rover::var_info[] = {
@@ -236,11 +236,9 @@ const AP_Param::Info Rover::var_info[] = {
|
|
|
|
|
// @Path: ../libraries/AP_Scheduler/AP_Scheduler.cpp
|
|
|
|
|
GOBJECT(scheduler, "SCHED_", AP_Scheduler), |
|
|
|
|
|
|
|
|
|
// barometer ground calibration. The GND_ prefix is chosen for
|
|
|
|
|
// compatibility with previous releases of ArduPlane
|
|
|
|
|
// @Group: GND_
|
|
|
|
|
// @Group: BARO
|
|
|
|
|
// @Path: ../libraries/AP_Baro/AP_Baro.cpp
|
|
|
|
|
GOBJECT(barometer, "GND_", AP_Baro), |
|
|
|
|
GOBJECT(barometer, "BARO", AP_Baro), |
|
|
|
|
|
|
|
|
|
// @Group: RELAY_
|
|
|
|
|
// @Path: ../libraries/AP_Relay/AP_Relay.cpp
|
|
|
|
|