AntennaTracker: remove comment for already-removed in-delay-callback function

These are now attached to completely unrelated functions, which is
pretty bad.
This commit is contained in:
Peter Barker 2020-04-16 15:18:37 +10:00 committed by Randy Mackay
parent 7c7b199bbd
commit 9b459a1e6c
1 changed files with 0 additions and 6 deletions

View File

@ -614,12 +614,6 @@ mission_failed:
} // end handle mavlink
/*
* a delay() callback that processes MAVLink packets. We set this as the
* callback in long running library initialisation routines to allow
* MAVLink to process packets while waiting for the initialisation to
* complete
*/
// send position tracker is using
void GCS_MAVLINK_Tracker::send_global_position_int()
{