plane: Qautotune: move functions to ModeQAutotune
This commit is contained in:
parent
e293866245
commit
a1fa683272
@ -11,6 +11,13 @@ void ModeQAutotune::update()
|
||||
plane.mode_qstabilize.update();
|
||||
}
|
||||
|
||||
void ModeQAutotune::run()
|
||||
{
|
||||
#if QAUTOTUNE_ENABLED
|
||||
quadplane.qautotune.run();
|
||||
#endif
|
||||
}
|
||||
|
||||
void ModeQAutotune::_exit()
|
||||
{
|
||||
#if QAUTOTUNE_ENABLED
|
||||
|
@ -2250,13 +2250,6 @@ void ModeQLand::run()
|
||||
plane.mode_qloiter.run();
|
||||
}
|
||||
|
||||
void ModeQAutotune::run()
|
||||
{
|
||||
#if QAUTOTUNE_ENABLED
|
||||
quadplane.qautotune.run();
|
||||
#endif
|
||||
}
|
||||
|
||||
/*
|
||||
enter a quadplane mode
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user