Copter: fix build error

This commit is contained in:
Bill Geyer 2021-10-01 00:21:18 -04:00 committed by Bill Geyer
parent c5cbf6ce37
commit 33049e7f2d

View File

@ -933,7 +933,7 @@ const AP_Param::GroupInfo ParametersG2::var_info[] = {
#if AUTOTUNE_ENABLED == ENABLED
// @Group: AUTOTUNE_
// @Path: ../libraries/AC_AutoTune/AC_AutoTune.cpp
// @Path: ../libraries/AC_AutoTune/AC_AutoTune.cpp,../libraries/AC_AutoTune/AC_AutoTune_Multi.cpp,../libraries/AC_AutoTune/AC_AutoTune_Heli.cpp
AP_SUBGROUPPTR(autotune_ptr, "AUTOTUNE_", 29, ParametersG2, AutoTune),
#endif