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
efd916af
Commit
efd916af
authored
Jun 11, 2013
by
Lorenz Meier
Browse files
Fixed issue when custom message set is enabled
parent
7fb92ad5
Changes
1
Show whitespace changes
Inline
Side-by-side
src/uas/ArduPilotMegaMAV.cc
View file @
efd916af
...
...
@@ -27,6 +27,15 @@ This file is part of the QGROUNDCONTROL project
*/
#include
"ArduPilotMegaMAV.h"
#ifndef mavlink_mount_configure_t
#include
"ardupilotmega/mavlink_msg_mount_configure.h"
#endif
#ifndef mavlink_mount_control_t
#include
"ardupilotmega/mavlink_msg_mount_control.h"
;
#endif
ArduPilotMegaMAV
::
ArduPilotMegaMAV
(
MAVLinkProtocol
*
mavlink
,
int
id
)
:
UAS
(
mavlink
,
id
)
//,
// place other initializers here
...
...
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