GCS_MAVLink: clarify comment on sending requests

This commit is contained in:
Peter Barker 2018-12-07 10:22:49 +11:00 committed by Randy Mackay
parent 54d9e74f17
commit 0dfe5b64bf
1 changed files with 1 additions and 1 deletions

View File

@ -965,7 +965,7 @@ uint16_t GCS_MAVLINK::get_reschedule_interval_ms(const deferred_message_bucket_t
interval_ms *= 4;
}
if (waypoint_receiving) {
// we are sending , penalize streams:
// we are sending requests for waypoints, penalize streams:
interval_ms *= 4;
}