Plane: fix for changes to AP_Motors API

This commit is contained in:
Andrew Tridgell 2017-04-17 17:18:39 +10:00
parent c4b0d7bc35
commit 6526ff504d

View File

@ -1088,9 +1088,6 @@ void QuadPlane::set_armed(bool armed)
return;
}
motors->armed(armed);
if (armed) {
motors->enable();
}
}