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
23755647
Commit
23755647
authored
Oct 02, 2017
by
Gus Grubba
Browse files
It's not just iOS that excludes serial link.
parent
e6a60628
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Vehicle/Vehicle.cc
View file @
23755647
...
...
@@ -916,9 +916,9 @@ void Vehicle::_handleHilActuatorControls(mavlink_message_t &message)
void
Vehicle
::
_handleCommandLong
(
mavlink_message_t
&
message
)
{
#ifdef __ios__
#ifdef NO_SERIAL_LINK
// If not using serial link, bail out.
Q_UNUSED
(
message
)
// iOS has no serial links
#else
mavlink_command_long_t
cmd
;
mavlink_msg_command_long_decode
(
&
message
,
&
cmd
);
...
...
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