mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-04 06:58:39 -04:00
AC_PrecLand: enabled param desc loses 2nd option
this strict option was not actually supported
This commit is contained in:
parent
011cb89499
commit
bee90261ef
@ -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),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user