Commit 31696fda authored by Lionel Heng's avatar Lionel Heng

Improved extended message handling.

parent 1c6be785
......@@ -207,6 +207,10 @@ void MAVLinkProtocol::receiveBytes(LinkInterface* link, QByteArray b)
emit extendedMessageReceived(link, protobuf_msg);
}
}
position += extended_message.extended_payload_len;
continue;
}
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment