Plane: correct description of MIN_GROUNDSPEED parameter

This commit is contained in:
Peter Barker 2024-05-19 13:53:40 +10:00 committed by Randy Mackay
parent f2abb83e06
commit 0b6149f274
1 changed files with 1 additions and 1 deletions

View File

@ -639,7 +639,7 @@ const AP_Param::Info Plane::var_info[] = {
// @Param: MIN_GROUNDSPEED
// @DisplayName: Minimum ground speed
// @Description: Minimum ground speed in cm/s when under airspeed control
// @Description: Minimum ground speed when under airspeed control
// @Units: m/s
// @User: Advanced
ASCALAR(min_groundspeed, "MIN_GROUNDSPEED", MIN_GROUNDSPEED),