Browse Source

AC_Fence: revert param Enable to be FLAG_ENABLE

This reverts commit 5e811b8463.
mission-4.1.18
Randy Mackay 9 years ago
parent
commit
e7020b218a
  1. 2
      libraries/AC_Fence/AC_Fence.cpp

2
libraries/AC_Fence/AC_Fence.cpp

@ -12,7 +12,7 @@ const AP_Param::GroupInfo AC_Fence::var_info[] = { @@ -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…
Cancel
Save