mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 08:38:36 -04:00
Plane: use force_safety_no_wait() when re-enabling safety off in mixer
This commit is contained in:
parent
31fb4cc427
commit
b357a254f6
@ -402,6 +402,7 @@ failed:
|
||||
// restore safety state if it was previously armed
|
||||
if (old_state == AP_HAL::Util::SAFETY_ARMED) {
|
||||
hal.rcout->force_safety_off();
|
||||
hal.rcout->force_safety_no_wait();
|
||||
}
|
||||
if (!ret) {
|
||||
// clear out the mixer CRC so that we will attempt to send it again
|
||||
|
Loading…
Reference in New Issue
Block a user