mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
Copter: set throw mode stage on init
This commit is contained in:
parent
807e930251
commit
381397c7bd
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user