Copter: fix PRX_ parameters duplicate underscore in param name

This commit is contained in:
Randy Mackay 2016-10-19 17:24:20 +09:00
parent 2cefaf8a4d
commit 83b8208b8b
1 changed files with 2 additions and 3 deletions

View File

@ -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