Browse Source

Copter: minor fix to user parameters

master
Randy Mackay 7 years ago
parent
commit
e44f7dc3e1
  1. 2
      ArduCopter/Parameters.cpp

2
ArduCopter/Parameters.cpp

@ -945,7 +945,7 @@ const AP_Param::GroupInfo ParametersG2::var_info[] = { @@ -945,7 +945,7 @@ const AP_Param::GroupInfo ParametersG2::var_info[] = {
#endif
#ifdef USER_PARAMS_ENABLED
AP_SUBGROUPINFO(follow, "USR", 28, ParametersG2, UserParameters),
AP_SUBGROUPINFO(user_parameters, "USR", 28, ParametersG2, UserParameters),
#endif
AP_GROUPEND

Loading…
Cancel
Save