mirror of https://github.com/ArduPilot/ardupilot
AP_Landing: replace '@User: User' with '@User: Standard'
This commit is contained in:
parent
3569c4d979
commit
ffb87e68c5
|
@ -98,7 +98,7 @@ const AP_Param::GroupInfo AP_Landing::var_info[] = {
|
||||||
// @Units: %
|
// @Units: %
|
||||||
// @Range: 0 127
|
// @Range: 0 127
|
||||||
// @Increment: 1
|
// @Increment: 1
|
||||||
// @User: User
|
// @User: Standard
|
||||||
AP_GROUPINFO("THR_SLEW", 9, AP_Landing, throttle_slewrate, 0),
|
AP_GROUPINFO("THR_SLEW", 9, AP_Landing, throttle_slewrate, 0),
|
||||||
|
|
||||||
// @Param: DISARMDELAY
|
// @Param: DISARMDELAY
|
||||||
|
|
Loading…
Reference in New Issue