Browse Source

Fix regression bug with Bluetooth.

QGC4.4
Gus Grubba 8 years ago
parent
commit
d909697c27
  1. 1
      src/comm/BluetoothLink.cc

1
src/comm/BluetoothLink.cc

@ -31,6 +31,7 @@ @@ -31,6 +31,7 @@
BluetoothLink::BluetoothLink(SharedLinkConfigurationPointer& config)
: LinkInterface(config)
, _config(qobject_cast<BluetoothConfiguration*>(config.data()))
, _connectState(false)
, _targetSocket(NULL)
#ifdef __ios__

Loading…
Cancel
Save