Copter: correct misleading comment

This commit is contained in:
Peter Barker 2017-07-18 08:51:21 +10:00 committed by Francisco Ferreira
parent e98fe2d7d5
commit 4b63443633

View File

@ -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()) {