mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 09:58:28 -04:00
Copter: ensure we process deferred mavlink messages
This commit is contained in:
parent
8297d1927f
commit
3ec0381904
@ -39,6 +39,8 @@ static bool gcs_check()
|
||||
sent_message = true;
|
||||
}
|
||||
|
||||
gcs_send_message(MSG_RETRY_DEFERRED);
|
||||
|
||||
return sent_message;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user