diff options
Diffstat (limited to 'host/examples/rx_samples_c.c')
-rw-r--r-- | host/examples/rx_samples_c.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/host/examples/rx_samples_c.c b/host/examples/rx_samples_c.c index 1cabafc9d..28d2629d9 100644 --- a/host/examples/rx_samples_c.c +++ b/host/examples/rx_samples_c.c @@ -35,10 +35,6 @@ void print_help(void){ int main(int argc, char* argv[]) { - if(uhd_set_thread_priority(uhd_default_thread_priority, true)){ - fprintf(stderr, "Unable to set thread priority. Continuing anyway.\n"); - } - int option = 0; double freq = 500e6; double rate = 1e6; |