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
4508f0c4
Commit
4508f0c4
authored
May 31, 2016
by
Lorenz Meier
Browse files
Fix XPlane link compile error
parent
2d5018d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/comm/QGCXPlaneLink.cc
View file @
4508f0c4
...
...
@@ -372,8 +372,8 @@ void QGCXPlaneLink::updateControls(quint64 time, float rollAilerons, float pitch
bool
isFixedWing
=
true
;
if
(
_vehicle
->
vehicleType
()
==
MAV_TYPE_QUADROTOR
||
mav
->
getSystemType
()
==
MAV_TYPE_HEXAROTOR
||
mav
->
getSystemType
()
==
MAV_TYPE_OCTOROTOR
)
||
_vehicle
->
getSystemType
()
==
MAV_TYPE_HEXAROTOR
||
_vehicle
->
getSystemType
()
==
MAV_TYPE_OCTOROTOR
)
{
qDebug
()
<<
"MAV_TYPE_QUADROTOR"
;
...
...
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