1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-04 23:14:47 -04:00

BladerRF2 input support (3)

This commit is contained in:
f4exb
2018-09-24 02:01:10 +02:00
parent f7af0a4ac2
commit 945d30d91b
6 changed files with 425 additions and 11 deletions
+3 -1
View File
@@ -18,7 +18,9 @@
DeviceBladeRF2Shared::DeviceBladeRF2Shared() :
m_dev(0),
m_channel(-1)
m_channel(-1),
m_inputThread(0),
m_outputThread(0)
{}
DeviceBladeRF2Shared::~DeviceBladeRF2Shared()