mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
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:
parent
bf79c49c23
commit
f5f4576835
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user