From 4b63443633b06ef04b05db30abc4f26f536cd64c Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Tue, 18 Jul 2017 08:51:21 +1000 Subject: [PATCH] Copter: correct misleading comment --- ArduCopter/GCS_Mavlink.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArduCopter/GCS_Mavlink.cpp b/ArduCopter/GCS_Mavlink.cpp index d1a9062382..858bab7f18 100644 --- a/ArduCopter/GCS_Mavlink.cpp +++ b/ArduCopter/GCS_Mavlink.cpp @@ -291,7 +291,7 @@ uint32_t GCS_MAVLINK_Copter::telem_delay() const return (uint32_t)(copter.g.telem_delay); } -// try to send a message, return false if it won't fit in the serial tx buffer +// try to send a message, return false if it wasn't sent bool GCS_MAVLINK_Copter::try_send_message(enum ap_message id) { if (telemetry_delayed()) {