mirror of https://github.com/ArduPilot/ardupilot
ArduCopter: change INS_ to INS
This commit is contained in:
parent
0b5256468d
commit
3012450b4a
|
@ -475,9 +475,9 @@ const AP_Param::Info Copter::var_info[] = {
|
|||
// @Path: ../libraries/AP_Compass/AP_Compass.cpp
|
||||
GOBJECT(compass, "COMPASS_", Compass),
|
||||
|
||||
// @Group: INS_
|
||||
// @Group: INS
|
||||
// @Path: ../libraries/AP_InertialSensor/AP_InertialSensor.cpp
|
||||
GOBJECT(ins, "INS_", AP_InertialSensor),
|
||||
GOBJECT(ins, "INS", AP_InertialSensor),
|
||||
|
||||
// @Group: WPNAV_
|
||||
// @Path: ../libraries/AC_WPNav/AC_WPNav.cpp
|
||||
|
|
Loading…
Reference in New Issue