Plane: mode_qautotune: call init
This commit is contained in:
parent
64aba43b56
commit
f055471d8a
@ -3,7 +3,11 @@
|
||||
|
||||
bool ModeQAutotune::_enter()
|
||||
{
|
||||
return plane.mode_qstabilize._enter();
|
||||
#if QAUTOTUNE_ENABLED
|
||||
return quadplane.qautotune.init();
|
||||
#else
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
|
||||
void ModeQAutotune::update()
|
||||
|
Loading…
Reference in New Issue
Block a user