mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-28 19:48:31 -04:00
AP_Landing: Fix missing doc for LAND_TYPE
This commit is contained in:
parent
a5ea9420c0
commit
3534d0a0eb
@ -134,7 +134,7 @@ const AP_Param::GroupInfo AP_Landing::var_info[] = {
|
||||
// @Param: TYPE
|
||||
// @DisplayName: Auto-landing type
|
||||
// @Description: Specifies the auto-landing type to use
|
||||
// @Values: 0:Standard Glide Slope
|
||||
// @Values: 0:Standard Glide Slope, 1:Deepstall
|
||||
// @User: Standard
|
||||
AP_GROUPINFO("TYPE", 14, AP_Landing, type, TYPE_STANDARD_GLIDE_SLOPE),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user