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
454de718
Commit
454de718
authored
Mar 27, 2016
by
Don Gagne
Browse files
Don't use channel 0 to avoid sequence number problems
parent
0d3b4721
Changes
1
Show whitespace changes
Inline
Side-by-side
src/comm/LinkManager.cc
View file @
454de718
...
...
@@ -69,7 +69,7 @@ LinkManager::LinkManager(QGCApplication* app)
,
_configUpdateSuspended
(
false
)
,
_configurationsLoaded
(
false
)
,
_connectionsSuspended
(
false
)
,
_mavlinkChannelsUsedBitMask
(
0
)
,
_mavlinkChannelsUsedBitMask
(
1
)
// We never use channel 0 to avoid sequence numbering problems
,
_mavlinkProtocol
(
NULL
)
,
_autoconnectUDP
(
true
)
,
_autoconnectPixhawk
(
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