AC_PrecLand: enabled param desc loses 2nd option

this strict option was not actually supported
This commit is contained in:
Randy Mackay 2019-01-15 10:25:28 +09:00
parent 011cb89499
commit bee90261ef
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ const AP_Param::GroupInfo AC_PrecLand::var_info[] = {
// @Param: ENABLED
// @DisplayName: Precision Land enabled/disabled and behaviour
// @Description: Precision Land enabled/disabled and behaviour
// @Values: 0:Disabled, 1:Enabled Always Land, 2:Enabled Strict
// @Values: 0:Disabled, 1:Enabled
// @User: Advanced
AP_GROUPINFO_FLAGS("ENABLED", 0, AC_PrecLand, _enabled, 0, AP_PARAM_FLAG_ENABLE),