AC_Fence: revert param Enable to be FLAG_ENABLE

This reverts commit 5e811b8463.
This commit is contained in:
Randy Mackay 2016-08-31 08:54:57 +09:00
parent 47c030c4a8
commit e7020b218a

View File

@ -12,7 +12,7 @@ const AP_Param::GroupInfo AC_Fence::var_info[] = {
// @Description: Allows you to enable (1) or disable (0) the fence functionality // @Description: Allows you to enable (1) or disable (0) the fence functionality
// @Values: 0:Disabled,1:Enabled // @Values: 0:Disabled,1:Enabled
// @User: Standard // @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 // @Param: TYPE
// @DisplayName: Fence Type // @DisplayName: Fence Type