mirror of https://github.com/ArduPilot/ardupilot
AntennaTracker: change INS_ to INS
This commit is contained in:
parent
08bea2fcd2
commit
0b5256468d
|
@ -267,9 +267,9 @@ const AP_Param::Info Tracker::var_info[] = {
|
|||
// @User: Standard
|
||||
GSCALAR(log_bitmask, "LOG_BITMASK", DEFAULT_LOG_BITMASK),
|
||||
|
||||
// @Group: INS_
|
||||
// @Group: INS
|
||||
// @Path: ../libraries/AP_InertialSensor/AP_InertialSensor.cpp
|
||||
GOBJECT(ins, "INS_", AP_InertialSensor),
|
||||
GOBJECT(ins, "INS", AP_InertialSensor),
|
||||
|
||||
// @Group: AHRS_
|
||||
// @Path: ../libraries/AP_AHRS/AP_AHRS.cpp
|
||||
|
|
Loading…
Reference in New Issue