From 33b7750c7d7585ebd7379fdc958b331b83fffc01 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Tue, 26 Jul 2016 15:23:41 +1000 Subject: [PATCH] Plane: remove duplicate parameter metadata --- ArduPlane/Parameters.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/ArduPlane/Parameters.cpp b/ArduPlane/Parameters.cpp index 0aee30caac..1be2b723c8 100644 --- a/ArduPlane/Parameters.cpp +++ b/ArduPlane/Parameters.cpp @@ -614,7 +614,6 @@ const AP_Param::Info Plane::var_info[] = { // @Description: When enabled, this uses the throttle input in auto-throttle modes to 'nudge' the throttle or airspeed to higher or lower values. When you have an airspeed sensor the nudge affects the target airspeed, so that throttle inputs above 50% will increase the target airspeed from TRIM_ARSPD_CM up to a maximum of ARSPD_FBW_MAX. When no airspeed sensor is enabled the throttle nudge will push up the target throttle for throttle inputs above 50%. // @Values: 0:Disabled,1:Enabled // @User: Standard - // @User: Standard GSCALAR(throttle_nudge, "THROTTLE_NUDGE", 1), // @Param: FS_SHORT_ACTN