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
e4fddb3f
Commit
e4fddb3f
authored
Feb 17, 2017
by
Gus Grubba
Committed by
GitHub
Feb 17, 2017
Browse files
Merge pull request #4565 from dogmaphobic/btFix
Fix regression bug with Bluetooth.
parents
bbb46490
d909697c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/comm/BluetoothLink.cc
View file @
e4fddb3f
...
...
@@ -31,6 +31,7 @@
BluetoothLink
::
BluetoothLink
(
SharedLinkConfigurationPointer
&
config
)
:
LinkInterface
(
config
)
,
_config
(
qobject_cast
<
BluetoothConfiguration
*>
(
config
.
data
()))
,
_connectState
(
false
)
,
_targetSocket
(
NULL
)
#ifdef __ios__
...
...
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