Replay: rename baro params to BARO*

This commit is contained in:
Andrew Tridgell 2020-12-03 19:14:10 +11:00
parent dde940380f
commit 3f6fd49507
1 changed files with 2 additions and 4 deletions

View File

@ -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