diff options
Diffstat (limited to 'host')
-rw-r--r-- | host/examples/benchmark_rx_rate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/examples/benchmark_rx_rate.cpp b/host/examples/benchmark_rx_rate.cpp index ba4dd34d0..7a7e9c3e0 100644 --- a/host/examples/benchmark_rx_rate.cpp +++ b/host/examples/benchmark_rx_rate.cpp @@ -57,7 +57,7 @@ static inline void test_device( std::cerr << "Unexpected timeout on recv, exit test..." << std::endl; return; } - if (num_rx_samps == 0){ + if (num_rx_samps == 0 and md.error_code != uhd::rx_metadata_t::ERROR_CODE_OVERRUN){ std::cerr << "Unexpected error on recv, continuing..." << std::endl; } if (not md.has_time_spec){ |