Commit 6ccffc57 authored by Raphael Defosseux's avatar Raphael Defosseux

HOTFIX: missing UHD set_thread_priority_safe call (based on Cedric's feedback)

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent f1d727ae
...@@ -945,6 +945,8 @@ extern "C" { ...@@ -945,6 +945,8 @@ extern "C" {
std::cerr << "USRP device initialized in subframes replay mode for " << s->recplay_state->u_sf_loops << " loops. Use mmap=" std::cerr << "USRP device initialized in subframes replay mode for " << s->recplay_state->u_sf_loops << " loops. Use mmap="
<< s->recplay_state->use_mmap << std::endl; << s->recplay_state->use_mmap << std::endl;
} else { } else {
// hotfix! to be checked later
uhd::set_thread_priority_safe(1.0);
// Initialize USRP device // Initialize USRP device
int vers=0,subvers=0,subsubvers=0; int vers=0,subvers=0,subsubvers=0;
int bw_gain_adjust=0; int bw_gain_adjust=0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment