mirror of https://github.com/ArduPilot/ardupilot
Rover: change INS_ to INS
This commit is contained in:
parent
581eb83f04
commit
c9f13d0c6e
|
@ -277,9 +277,9 @@ const AP_Param::Info Rover::var_info[] = {
|
|||
// @Path: ../libraries/AP_RangeFinder/AP_RangeFinder.cpp
|
||||
GOBJECT(rangefinder, "RNGFND", RangeFinder),
|
||||
|
||||
// @Group: INS_
|
||||
// @Group: INS
|
||||
// @Path: ../libraries/AP_InertialSensor/AP_InertialSensor.cpp
|
||||
GOBJECT(ins, "INS_", AP_InertialSensor),
|
||||
GOBJECT(ins, "INS", AP_InertialSensor),
|
||||
|
||||
#if AP_SIM_ENABLED
|
||||
// @Group: SIM_
|
||||
|
|
Loading…
Reference in New Issue