Browse Source

Plane: remove duplicate parameter metadata

mission-4.1.18
Peter Barker 9 years ago committed by Tom Pittenger
parent
commit
33b7750c7d
  1. 1
      ArduPlane/Parameters.cpp

1
ArduPlane/Parameters.cpp

@ -614,7 +614,6 @@ const AP_Param::Info Plane::var_info[] = { @@ -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

Loading…
Cancel
Save