mirror of https://github.com/ArduPilot/ardupilot
Copter: fix PRX_ parameters duplicate underscore in param name
This commit is contained in:
parent
2cefaf8a4d
commit
83b8208b8b
|
@ -1010,12 +1010,11 @@ const AP_Param::GroupInfo ParametersG2::var_info[] = {
|
|||
AP_GROUPINFO("DEV_OPTIONS", 7, ParametersG2, dev_options, 0),
|
||||
|
||||
#if PROXIMITY_ENABLED == ENABLED
|
||||
// @Group: PRX_
|
||||
// @Group: PRX
|
||||
// @Path: ../libraries/AP_Proximity/AP_Proximity.cpp
|
||||
AP_SUBGROUPINFO(proximity, "PRX_", 8, ParametersG2, AP_Proximity),
|
||||
AP_SUBGROUPINFO(proximity, "PRX", 8, ParametersG2, AP_Proximity),
|
||||
#endif
|
||||
|
||||
|
||||
// @Param: ACRO_Y_EXPO
|
||||
// @DisplayName: Acro Yaw Expo
|
||||
// @Description: Acro yaw expo to allow faster rotation when stick at edges
|
||||
|
|
Loading…
Reference in New Issue