mirror of https://github.com/ArduPilot/ardupilot
Sub: remove unneeded telemetry_delayed parameter
This commit is contained in:
parent
a250f47f13
commit
187b4ef349
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue