mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AC_Fence: revert param Enable to be FLAG_ENABLE
This reverts commit 5e811b8463
.
This commit is contained in:
parent
47c030c4a8
commit
e7020b218a
@ -12,7 +12,7 @@ const AP_Param::GroupInfo AC_Fence::var_info[] = {
|
||||
// @Description: Allows you to enable (1) or disable (0) the fence functionality
|
||||
// @Values: 0:Disabled,1:Enabled
|
||||
// @User: Standard
|
||||
AP_GROUPINFO_FLAGS("ENABLE", 0, AC_Fence, _enabled, 0, AP_PARAM_FLAG_ENABLE),
|
||||
AP_GROUPINFO("ENABLE", 0, AC_Fence, _enabled, 0),
|
||||
|
||||
// @Param: TYPE
|
||||
// @DisplayName: Fence Type
|
||||
|
Loading…
Reference in New Issue
Block a user