|
|
@ -393,6 +393,8 @@ failed: |
|
|
|
if (old_state == AP_HAL::Util::SAFETY_ARMED) { |
|
|
|
if (old_state == AP_HAL::Util::SAFETY_ARMED) { |
|
|
|
hal.rcout->force_safety_off(); |
|
|
|
hal.rcout->force_safety_off(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
// clear out the mixer CRC so that we will attempt to send it again
|
|
|
|
|
|
|
|
last_mixer_crc = -1; |
|
|
|
return ret; |
|
|
|
return ret; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|