diff options
| -rw-r--r-- | host/examples/benchmark_rx_rate.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/host/examples/benchmark_rx_rate.cpp b/host/examples/benchmark_rx_rate.cpp index b189368f9..c49d8bff0 100644 --- a/host/examples/benchmark_rx_rate.cpp +++ b/host/examples/benchmark_rx_rate.cpp @@ -70,6 +70,7 @@ static inline void test_device(              break;          default: +            std::cerr << "Error code: " << md.error_code << std::endl;              std::cerr << "Unexpected error on recv, exit test..." << std::endl;              return;          } | 
