mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 05:58:30 -04:00
AC_PrecLand: set param "Enable" to be FLAG_ENABLE
This commit is contained in:
parent
5e811b8463
commit
ccb0151816
@ -13,7 +13,7 @@ const AP_Param::GroupInfo AC_PrecLand::var_info[] = {
|
||||
// @Description: Precision Land enabled/disabled and behaviour
|
||||
// @Values: 0:Disabled, 1:Enabled Always Land, 2:Enabled Strict
|
||||
// @User: Advanced
|
||||
AP_GROUPINFO("ENABLED", 0, AC_PrecLand, _enabled, 0),
|
||||
AP_GROUPINFO_FLAGS("ENABLED", 0, AC_PrecLand, _enabled, 0, AP_PARAM_FLAG_ENABLE),
|
||||
|
||||
// @Param: TYPE
|
||||
// @DisplayName: Precision Land Type
|
||||
|
Loading…
Reference in New Issue
Block a user