Plane:fix typo in ARSPD_FBW_MAX param description

This commit is contained in:
Henry Wurzburg 2020-01-02 11:19:57 -06:00 committed by WickedShell
parent 54521fbbcb
commit 040a1b7fbe
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ const AP_Param::Info Plane::var_info[] = {
// @Param: ARSPD_FBW_MAX
// @DisplayName: Maximum Airspeed
// @Description: Maximum airspeed demanded in automatic throttle modes. Should be set slightly less than level flight speed at THR_MAX and also at least 50% above ARSPD_FBW_MAX to allow for accurate TECS altitude control.
// @Description: Maximum airspeed demanded in automatic throttle modes. Should be set slightly less than level flight speed at THR_MAX and also at least 50% above ARSPD_FBW_MIN to allow for accurate TECS altitude control.
// @Units: m/s
// @Range: 5 100
// @Increment: 1