Copter: fixed SR0 and SR3 autodocs

This commit is contained in:
Andrew Tridgell 2013-09-12 09:53:13 +10:00
parent bfd61fec15
commit 4545445850
1 changed files with 2 additions and 2 deletions

View File

@ -992,11 +992,11 @@ const AP_Param::Info var_info[] PROGMEM = {
GOBJECT(wp_nav, "WPNAV_", AC_WPNav),
// @Group: SR0_
// @Path: ./GCS_Mavlink.pde
// @Path: GCS_Mavlink.pde
GOBJECT(gcs0, "SR0_", GCS_MAVLINK),
// @Group: SR3_
// @Path: ./GCS_Mavlink.pde
// @Path: GCS_Mavlink.pde
GOBJECT(gcs3, "SR3_", GCS_MAVLINK),
// @Group: AHRS_