GCS_MAVLink: add comment re sending locations to mounts

This commit is contained in:
Randy Mackay 2022-06-11 10:51:34 +09:00
parent e595da41e6
commit 1fca72a831

View File

@ -1450,6 +1450,7 @@ void GCS_MAVLINK::packetReceived(const mavlink_status_t &status,
return;
}
if (msg.msgid == MAVLINK_MSG_ID_GLOBAL_POSITION_INT) {
// allow mounts to see the location of other vehicles
handle_mount_message(msg);
}
if (!accept_packet(status, msg)) {