mirror of https://github.com/ArduPilot/ardupilot
Replay: rename baro params to BARO*
This commit is contained in:
parent
dde940380f
commit
3f6fd49507
|
@ -46,11 +46,9 @@ bool replay_force_ekf3;
|
|||
const AP_Param::Info ReplayVehicle::var_info[] = {
|
||||
GSCALAR(dummy, "_DUMMY", 0),
|
||||
|
||||
// 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: INS_
|
||||
// @Path: ../libraries/AP_InertialSensor/AP_InertialSensor.cpp
|
||||
|
|
Loading…
Reference in New Issue