From f1a674ad26c73986daa97fa19afd663a3e8c316f Mon Sep 17 00:00:00 2001 From: Craig3DRobotics Date: Thu, 5 Sep 2013 22:28:34 -0700 Subject: [PATCH] Copter: Correction on SR0 & SR3 parameter description. --- ArduCopter/Parameters.pde | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ArduCopter/Parameters.pde b/ArduCopter/Parameters.pde index 225b301d1c..2a29b63bff 100644 --- a/ArduCopter/Parameters.pde +++ b/ArduCopter/Parameters.pde @@ -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_