From 9b459a1e6cf4b04dc96d41dd4f51af7f2e9f27b7 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Thu, 16 Apr 2020 15:18:37 +1000 Subject: [PATCH] AntennaTracker: remove comment for already-removed in-delay-callback function These are now attached to completely unrelated functions, which is pretty bad. --- AntennaTracker/GCS_Mavlink.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/AntennaTracker/GCS_Mavlink.cpp b/AntennaTracker/GCS_Mavlink.cpp index e6dafcbe9b..9eb6eb7f86 100644 --- a/AntennaTracker/GCS_Mavlink.cpp +++ b/AntennaTracker/GCS_Mavlink.cpp @@ -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() {