Remove explicit pusher throttle setting

This commit is contained in:
sanderux
2017-08-13 21:33:44 +02:00
committed by Lorenz Meier
parent 33efd89ef8
commit 8f5293d7b0
@@ -404,7 +404,6 @@ void Standard::update_mc_state()
// Do not engage pusher assist during a failsafe event
// There could be a problem with the fixed wing drive
if (_attc->get_vtol_vehicle_status()->vtol_transition_failsafe) {
_pusher_throttle = 0.0f;
return;
}