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
216295e7
Commit
216295e7
authored
Feb 17, 2011
by
lm
Browse files
Fixed minor bugs introduced in last commit
parent
71369792
Changes
2
Hide whitespace changes
Inline
Side-by-side
images/earth.html
View file @
216295e7
...
...
@@ -102,7 +102,7 @@ function setDistanceMode(mode)
function
setDraggingAllowed
(
allowed
)
{
draggingAllowed
=
allowed
;
//
draggingAllowed = allowed;
}
function
setNewWaypointPending
(
pending
)
...
...
src/uas/PxQuadMAV.cc
View file @
216295e7
...
...
@@ -153,6 +153,11 @@ void PxQuadMAV::receiveMessage(LinkInterface* link, mavlink_message_t message)
}
}
#else
// Let UAS handle the default message set
UAS
::
receiveMessage
(
link
,
message
);
Q_UNUSED
(
link
);
Q_UNUSED
(
message
);
#endif
}
...
...
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