mirror of https://github.com/ArduPilot/ardupilot
Plane: correct description of MIN_GROUNDSPEED parameter
This commit is contained in:
parent
c787525c3b
commit
a460acd02f
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue