Plane: Correction on SR0 & SR3 parameter description.

This commit is contained in:
Craig3DRobotics 2013-09-05 22:29:10 -07:00
parent f1a674ad26
commit 2b726abe0e

View File

@ -832,8 +832,13 @@ const AP_Param::Info var_info[] PROGMEM = {
// @Path: ../libraries/AP_RCMapper/AP_RCMapper.cpp
GOBJECT(rcmap, "RCMAP_", RCMapper),
GOBJECT(gcs0, "SR0_", GCS_MAVLINK),
GOBJECT(gcs3, "SR3_", GCS_MAVLINK),
// @Group: SR0_
// @Path: GCS_Mavlink.pde
GOBJECT(gcs0, "SR0_", GCS_MAVLINK),
// @Group: SR3_
// @Path: GCS_Mavlink.pde
GOBJECT(gcs3, "SR3_", GCS_MAVLINK),
// @Group: INS_
// @Path: ../libraries/AP_InertialSensor/AP_InertialSensor.cpp