mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
AP_RangeFinder: correct macro being used for parameter definition
This commit is contained in:
parent
8cd5e3103f
commit
68d7e0c22f
@ -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_SUBGROUPINFO(params[0], "1_", 25, RangeFinder, AP_RangeFinder_Params),
|
||||
|
||||
// @Group: 1_
|
||||
// @Path: AP_RangeFinder_Wasp.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user