mirror of https://github.com/ArduPilot/ardupilot
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:
parent
7c7b199bbd
commit
9b459a1e6c
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue