mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-11 17:13:56 -03:00
Replay: change INS_ to INS
This commit is contained in:
parent
c9f13d0c6e
commit
4808b5bfa1
@ -47,9 +47,9 @@ const AP_Param::Info ReplayVehicle::var_info[] = {
|
|||||||
// @Path: ../libraries/AP_Baro/AP_Baro.cpp
|
// @Path: ../libraries/AP_Baro/AP_Baro.cpp
|
||||||
GOBJECT(barometer, "BARO", AP_Baro),
|
GOBJECT(barometer, "BARO", AP_Baro),
|
||||||
|
|
||||||
// @Group: INS_
|
// @Group: INS
|
||||||
// @Path: ../libraries/AP_InertialSensor/AP_InertialSensor.cpp
|
// @Path: ../libraries/AP_InertialSensor/AP_InertialSensor.cpp
|
||||||
GOBJECT(ins, "INS_", AP_InertialSensor),
|
GOBJECT(ins, "INS", AP_InertialSensor),
|
||||||
|
|
||||||
// @Group: AHRS_
|
// @Group: AHRS_
|
||||||
// @Path: ../libraries/AP_AHRS/AP_AHRS.cpp
|
// @Path: ../libraries/AP_AHRS/AP_AHRS.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user