mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
Plane: use standard unit descriptor for milliseconds
This commit is contained in:
parent
b5ba1d0346
commit
013eb254a2
@ -26,7 +26,7 @@ const AP_Param::GroupInfo QuadPlane::var_info[] = {
|
||||
// @Param: TRANSITION_MS
|
||||
// @DisplayName: Transition time
|
||||
// @Description: Transition time in milliseconds after minimum airspeed is reached
|
||||
// @Units: milli-seconds
|
||||
// @Units: milliseconds
|
||||
// @Range: 0 30000
|
||||
// @User: Advanced
|
||||
AP_GROUPINFO("TRANSITION_MS", 11, QuadPlane, transition_time_ms, 5000),
|
||||
|
Loading…
Reference in New Issue
Block a user