Plane: remove duplicate parameter metadata

This commit is contained in:
Peter Barker 2016-07-26 15:23:41 +10:00 committed by Tom Pittenger
parent 7045013933
commit 33b7750c7d
1 changed files with 0 additions and 1 deletions

View File

@ -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