APMRover: Fix bad parameter generation for AP_MotorUGV

This commit is contained in:
Michael du Breuil 2017-07-15 14:47:11 -07:00 committed by Andrew Tridgell
parent 31924e46d3
commit 993df82cfa

View File

@ -543,7 +543,7 @@ const AP_Param::GroupInfo ParametersG2::var_info[] = {
AP_SUBGROUPINFO(visual_odom, "VISO", 7, ParametersG2, AP_VisualOdom),
// @Group: MOT_
// @Path: MotorsUGV.cpp
// @Path: AP_MotorsUGV.cpp
AP_SUBGROUPINFO(motors, "MOT_", 8, ParametersG2, AP_MotorsUGV),
// @Group: WENC_