ArduPlane: 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 bf79c49c23
commit f5f4576835

View File

@ -1344,12 +1344,6 @@ void GCS_MAVLINK_Plane::handle_rc_channels_override(const mavlink_message_t &msg
GCS_MAVLINK::handle_rc_channels_override(msg);
}
/*
* 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
*/
void GCS_MAVLINK_Plane::handle_mission_set_current(AP_Mission &mission, const mavlink_message_t &msg)
{
plane.auto_state.next_wp_crosstrack = false;