diff options
author | Martin Braun <martin.braun@ettus.com> | 2018-08-01 18:13:48 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-08-02 16:51:59 -0700 |
commit | 1f9a58cd0a79789959564318cc55897b43377464 (patch) | |
tree | 9398a1df5da04dd9f6f12ca51165bab16df30bc5 /host/examples/rfnoc_rx_to_file.cpp | |
parent | 61ac937294a8e91163e2635365ede10ed40ec3b8 (diff) | |
download | uhd-1f9a58cd0a79789959564318cc55897b43377464.tar.gz uhd-1f9a58cd0a79789959564318cc55897b43377464.tar.bz2 uhd-1f9a58cd0a79789959564318cc55897b43377464.zip |
rfnoc: examples: Removed some legacy code patterns from RFNoC examples
- Unnecessary use of Boost
- Use of thread_priority.hpp
Diffstat (limited to 'host/examples/rfnoc_rx_to_file.cpp')
-rw-r--r-- | host/examples/rfnoc_rx_to_file.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/examples/rfnoc_rx_to_file.cpp b/host/examples/rfnoc_rx_to_file.cpp index 00823daff..ff20d0000 100644 --- a/host/examples/rfnoc_rx_to_file.cpp +++ b/host/examples/rfnoc_rx_to_file.cpp @@ -17,7 +17,7 @@ #include <uhd/types/tune_request.hpp> #include <uhd/types/sensors.hpp> -#include <uhd/utils/thread_priority.hpp> +#include <uhd/utils/thread.hpp> #include <uhd/utils/safe_main.hpp> #include <uhd/device3.hpp> #include <uhd/rfnoc/radio_ctrl.hpp> |