Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
31696fda
Commit
31696fda
authored
Dec 10, 2011
by
Lionel Heng
Browse files
Improved extended message handling.
parent
1c6be785
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/comm/MAVLinkProtocol.cc
View file @
31696fda
...
...
@@ -207,6 +207,10 @@ void MAVLinkProtocol::receiveBytes(LinkInterface* link, QByteArray b)
emit
extendedMessageReceived
(
link
,
protobuf_msg
);
}
}
position
+=
extended_message
.
extended_payload_len
;
continue
;
}
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment