mirror of https://github.com/ArduPilot/ardupilot
Copter: fix parameter issue with quadplane
This commit is contained in:
parent
33049e7f2d
commit
54bdde8845
|
@ -933,7 +933,7 @@ const AP_Param::GroupInfo ParametersG2::var_info[] = {
|
|||
|
||||
#if AUTOTUNE_ENABLED == ENABLED
|
||||
// @Group: AUTOTUNE_
|
||||
// @Path: ../libraries/AC_AutoTune/AC_AutoTune.cpp,../libraries/AC_AutoTune/AC_AutoTune_Multi.cpp,../libraries/AC_AutoTune/AC_AutoTune_Heli.cpp
|
||||
// @Path: ../libraries/AC_AutoTune/AC_AutoTune_Multi.cpp,../libraries/AC_AutoTune/AC_AutoTune_Heli.cpp
|
||||
AP_SUBGROUPPTR(autotune_ptr, "AUTOTUNE_", 29, ParametersG2, AutoTune),
|
||||
#endif
|
||||
|
||||
|
|
|
@ -312,7 +312,7 @@ const AP_Param::GroupInfo QuadPlane::var_info2[] = {
|
|||
|
||||
#if QAUTOTUNE_ENABLED
|
||||
// @Group: AUTOTUNE_
|
||||
// @Path: ../libraries/AC_AutoTune/AC_AutoTune.cpp
|
||||
// @Path: ../libraries/AC_AutoTune/AC_AutoTune_Multi.cpp
|
||||
AP_SUBGROUPINFO(qautotune, "AUTOTUNE_", 6, QuadPlane, QAutoTune),
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue