Sub: remove unneeded telemetry_delayed parameter

This commit is contained in:
Peter Barker 2017-07-12 18:11:24 +10:00 committed by Francisco Ferreira
parent a250f47f13
commit 187b4ef349
1 changed files with 1 additions and 1 deletions

View File

@ -436,7 +436,7 @@ uint8_t GCS_MAVLINK_Sub::sysid_my_gcs() const
// try to send a message, return false if it won't fit in the serial tx buffer
bool GCS_MAVLINK_Sub::try_send_message(enum ap_message id)
{
if (telemetry_delayed(chan)) {
if (telemetry_delayed()) {
return false;
}