diff --git a/ArduCopter/Parameters.cpp b/ArduCopter/Parameters.cpp index 66f6f09831..3529053688 100644 --- a/ArduCopter/Parameters.cpp +++ b/ArduCopter/Parameters.cpp @@ -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