AP_RangeFinder: remove use of removed AP_PARAM_FLAG_IGNORE_ENABLE

This commit is contained in:
Peter Barker 2019-06-11 12:35:30 +10:00 committed by Randy Mackay
parent 300ee173ce
commit 8cd5e3103f
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ const AP_Param::GroupInfo RangeFinder::var_info[] = {
// @Group: 1_
// @Path: AP_RangeFinder_Params.cpp
AP_SUBGROUPINFO_FLAGS(params[0], "1_", 25, RangeFinder, AP_RangeFinder_Params, AP_PARAM_FLAG_IGNORE_ENABLE),
AP_SUBGROUPINFO_FLAGS(params[0], "1_", 25, RangeFinder, AP_RangeFinder_Params),
// @Group: 1_
// @Path: AP_RangeFinder_Wasp.cpp