mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
Tracker: add common handling of mavlink command messages
This commit is contained in:
parent
40eb07f472
commit
2136797770
@ -672,6 +672,7 @@ void GCS_MAVLINK_Tracker::handleMessage(mavlink_message_t* msg)
|
||||
break;
|
||||
|
||||
default:
|
||||
result = handle_command_long_message(packet);
|
||||
break;
|
||||
}
|
||||
mavlink_msg_command_ack_send(
|
||||
|
Loading…
Reference in New Issue
Block a user