Plane: mode_qautotune: call init

This commit is contained in:
Iampete1 2021-09-04 20:20:33 +01:00 committed by Andrew Tridgell
parent 64aba43b56
commit f055471d8a

View File

@ -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()