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
c8a5971b
Commit
c8a5971b
authored
Mar 21, 2017
by
Donald Gagne
Browse files
Make compiler happy
parent
1fe0ede4
Changes
1
Show whitespace changes
Inline
Side-by-side
src/MissionManager/SimpleMissionItem.cc
View file @
c8a5971b
...
@@ -578,6 +578,8 @@ void SimpleMissionItem::setDefaultsForCommand(void)
...
@@ -578,6 +578,8 @@ void SimpleMissionItem::setDefaultsForCommand(void)
case
MAV_CMD_NAV_LAND
:
case
MAV_CMD_NAV_LAND
:
_missionItem
.
setParam7
(
0
);
_missionItem
.
setParam7
(
0
);
break
;
break
;
default:
break
;
}
}
_missionItem
.
setAutoContinue
(
true
);
_missionItem
.
setAutoContinue
(
true
);
...
...
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