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
e7d2ab27
Commit
e7d2ab27
authored
Jul 06, 2014
by
Lorenz Meier
Browse files
Merged with master, fixed compile error
parent
68dcb5af
Changes
1
Show whitespace changes
Inline
Side-by-side
src/uas/QGCUASFileManager.cc
View file @
e7d2ab27
...
...
@@ -448,7 +448,7 @@ bool QGCUASFileManager::_sendOpcodeOnlyCmd(uint8_t opcode, OperationState newOpS
_sendRequest
(
&
request
);
return
TRUE
;
return
true
;
}
/// @brief Starts the ack timeout timer
...
...
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