aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/UHD.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/output/UHD.cpp')
-rw-r--r--src/output/UHD.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/output/UHD.cpp b/src/output/UHD.cpp
index 3769c60..54ff6c2 100644
--- a/src/output/UHD.cpp
+++ b/src/output/UHD.cpp
@@ -239,6 +239,9 @@ UHD::UHD(
m_rx_stream = m_usrp->get_rx_stream(stream_args);
m_tx_stream = m_usrp->get_tx_stream(stream_args);
+ m_running.store(true);
+ m_async_rx_thread = boost::thread(&UHD::print_async_thread, this);
+
MDEBUG("OutputUHD:UHD ready.\n");
}