Plane: fixed throttle slew rate in manual for quadplanes

This commit is contained in:
Andrew Tridgell 2016-10-11 17:04:22 +11:00
parent 8432c5fb4a
commit 0445b51143
1 changed files with 1 additions and 0 deletions

View File

@ -958,6 +958,7 @@ void QuadPlane::update_transition(void)
motors->output();
}
transition_state = TRANSITION_DONE;
assisted_flight = false;
return;
}