AP_Landing: Fix missing doc for LAND_TYPE

This commit is contained in:
Michael du Breuil 2017-06-13 00:59:14 -07:00 committed by Randy Mackay
parent a5ea9420c0
commit 3534d0a0eb

View File

@ -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),