mirror of https://github.com/ArduPilot/ardupilot
AP_RangeFinder: remove use of removed AP_PARAM_FLAG_IGNORE_ENABLE
This commit is contained in:
parent
300ee173ce
commit
8cd5e3103f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue