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
2d79df2b
Commit
2d79df2b
authored
Mar 27, 2015
by
Don Gagne
Browse files
Fixed the fixme!
parent
4f5984b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/comm/MAVLinkProtocol.cc
View file @
2d79df2b
...
...
@@ -236,7 +236,6 @@ void MAVLinkProtocol::receiveBytes(LinkInterface* link, QByteArray b)
static
bool
checkedUserNonMavlink
=
false
;
static
bool
warnedUserNonMavlink
=
false
;
// FIXME: Add check for if link->getId() >= MAVLINK_COMM_NUM_BUFFERS
for
(
int
position
=
0
;
position
<
b
.
size
();
position
++
)
{
unsigned
int
decodeState
=
mavlink_parse_char
(
mavlinkChannel
,
(
uint8_t
)(
b
[
position
]),
&
message
,
&
status
);
...
...
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