Copter: set throw mode stage on init

This commit is contained in:
Randy Mackay 2016-08-02 16:08:16 +09:00
parent 807e930251
commit 381397c7bd

View File

@ -17,6 +17,7 @@ bool Copter::throw_init(bool ignore_checks)
}
// init state
throw_state.stage = Throw_Disarmed;
throw_state.nextmode_attempted = false;
return true;