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
10f43711
Commit
10f43711
authored
Oct 29, 2015
by
Don Gagne
Browse files
Fix android build
parent
3433b541
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/Joystick/Joystick.cc
View file @
10f43711
...
...
@@ -75,6 +75,7 @@ Joystick::Joystick(const QString& name, int axisCount, int buttonCount, int sdlI
Q_UNUSED
(
axisCount
)
Q_UNUSED
(
buttonCount
)
Q_UNUSED
(
sdlIndex
)
Q_UNUSED
(
multiVehicleManager
)
#else
_rgAxisValues
=
new
int
[
_axisCount
];
_rgCalibration
=
new
Calibration_t
[
_axisCount
];
...
...
src/comm/SerialLink.cc
View file @
10f43711
...
...
@@ -25,6 +25,7 @@
#include
"QGC.h"
#include
"MG.h"
#include
"QGCLoggingCategory.h"
#include
"QGCApplication.h"
QGC_LOGGING_CATEGORY
(
SerialLinkLog
,
"SerialLinkLog"
)
...
...
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