Skip to content
GitLab
Menu
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
f1627158
Commit
f1627158
authored
Apr 17, 2013
by
Lorenz Meier
Browse files
Fixed typo
parent
e784c17e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/comm/MAVLinkProtocol.cc
View file @
f1627158
...
...
@@ -184,7 +184,7 @@ void MAVLinkProtocol::linkStatusChanged(bool connected)
// XXX hacky but safe
// Start NSH
const
char
init
[]
=
{
0x0d
,
0x0d
,
0x0d
};
link
->
writeBytes
(
init
,
1
);
link
->
writeBytes
(
init
,
sizeof
(
init
)
);
QGC
::
SLEEP
::
msleep
(
500
);
// Stop any running mavlink instance
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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