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
8507c30b
Commit
8507c30b
authored
May 30, 2012
by
pixhawk
Browse files
fixed wrong brackets, now waypoint list clearing works again
parent
1d48bd91
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/uas/UASWaypointManager.cc
View file @
8507c30b
...
...
@@ -870,9 +870,9 @@ void UASWaypointManager::writeWaypoints()
//send the waypoint count to UAS (this starts the send transaction)
sendWaypointCount
();
}
else
if
(
waypointsEditable
.
count
()
==
0
)
{
sendWaypointClearAll
();
}
}
else
if
(
waypointsEditable
.
count
()
==
0
)
{
sendWaypointClearAll
();
}
else
{
//we're in another transaction, ignore command
qDebug
()
<<
"UASWaypointManager::sendWaypoints() doing something else ignoring command"
;
...
...
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