mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
Sub: use new retry_deferred method
This commit is contained in:
parent
a9c866f574
commit
7839132b1d
@ -13,8 +13,7 @@ void Sub::gcs_send_heartbeat(void)
|
||||
|
||||
void Sub::gcs_send_deferred(void)
|
||||
{
|
||||
gcs().send_message(MSG_RETRY_DEFERRED);
|
||||
gcs().service_statustext();
|
||||
gcs().retry_deferred();
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user