mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
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
|
#if AUTOTUNE_ENABLED == ENABLED
|
||||||
// @Group: AUTOTUNE_
|
// @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),
|
AP_SUBGROUPPTR(autotune_ptr, "AUTOTUNE_", 29, ParametersG2, AutoTune),
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -312,7 +312,7 @@ const AP_Param::GroupInfo QuadPlane::var_info2[] = {
|
|||||||
|
|
||||||
#if QAUTOTUNE_ENABLED
|
#if QAUTOTUNE_ENABLED
|
||||||
// @Group: AUTOTUNE_
|
// @Group: AUTOTUNE_
|
||||||
// @Path: ../libraries/AC_AutoTune/AC_AutoTune.cpp
|
// @Path: ../libraries/AC_AutoTune/AC_AutoTune_Multi.cpp
|
||||||
AP_SUBGROUPINFO(qautotune, "AUTOTUNE_", 6, QuadPlane, QAutoTune),
|
AP_SUBGROUPINFO(qautotune, "AUTOTUNE_", 6, QuadPlane, QAutoTune),
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user