diff options
author | Josh Blum <josh@joshknows.com> | 2010-07-20 18:51:36 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-07-20 18:51:36 -0700 |
commit | 90465e6bcda596b28ab823e698b078708828da0c (patch) | |
tree | d0289f6f313fea577524fa804f03fe319f9fcbc8 /host/examples | |
parent | 8e29df8b3176d966ba2b987f0bbaea108ba8135c (diff) | |
download | uhd-90465e6bcda596b28ab823e698b078708828da0c.tar.gz uhd-90465e6bcda596b28ab823e698b078708828da0c.tar.bz2 uhd-90465e6bcda596b28ab823e698b078708828da0c.zip |
uhd: added async recv message call to device api
implemented in usrp2 io impl
added async metadata type
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: |