diff options
author | Josh Blum <josh@joshknows.com> | 2010-07-26 15:31:03 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-07-26 15:31:03 -0700 |
commit | 693929a9e6e9234610e756e6d25da58d2171a565 (patch) | |
tree | e796a386d11ec0d081900a99628ac2ee58f473b7 /host/examples | |
parent | f86c25317b457b280c697fc47905c79bdbbc0c93 (diff) | |
parent | 19c15883a9054727c13f4eb5471cc961fe54c40d (diff) | |
download | uhd-693929a9e6e9234610e756e6d25da58d2171a565.tar.gz uhd-693929a9e6e9234610e756e6d25da58d2171a565.tar.bz2 uhd-693929a9e6e9234610e756e6d25da58d2171a565.zip |
Merge branch 'tx_report'
Conflicts:
host/lib/usrp/usrp2/io_impl.cpp
Diffstat (limited to 'host/examples')
-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 752facb0d..8fae813cf 100644 --- a/host/examples/benchmark_rx_rate.cpp +++ b/host/examples/benchmark_rx_rate.cpp @@ -66,7 +66,7 @@ static inline void test_device( //handle the error codes switch(md.error_code){ case uhd::rx_metadata_t::ERROR_CODE_NONE: - case uhd::rx_metadata_t::ERROR_CODE_OVERRUN: + case uhd::rx_metadata_t::ERROR_CODE_OVERFLOW: break; default: |