mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Plane: modify qautotune to use of multi subclass
This commit is contained in:
parent
a9450ac9b6
commit
9bec232c8a
@ -12,9 +12,9 @@
|
||||
|
||||
#if QAUTOTUNE_ENABLED
|
||||
|
||||
#include <AC_AutoTune/AC_AutoTune.h>
|
||||
#include <AC_AutoTune/AC_AutoTune_Multi.h>
|
||||
|
||||
class QAutoTune : public AC_AutoTune
|
||||
class QAutoTune : public AC_AutoTune_Multi
|
||||
{
|
||||
public:
|
||||
friend class QuadPlane;
|
||||
|
Loading…
Reference in New Issue
Block a user