Copter: removed slow_start() from throw mode

This commit is contained in:
Andrew Tridgell 2016-03-08 14:41:33 +11:00 committed by Randy Mackay
parent 3ee88fd8c7
commit c035ade402
1 changed files with 0 additions and 2 deletions

View File

@ -124,8 +124,6 @@ void Copter::throw_run()
// demand zero throttle (motors will be stopped anyway) and continually reset the attitude controller
attitude_control.set_throttle_out_unstabilized(0,true,g.throttle_filt);
motors.slow_start(true);
break;
case Throw_Detecting: