diff options
author | Josh Blum <josh@joshknows.com> | 2010-10-13 11:59:15 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-10-13 11:59:15 -0700 |
commit | 35eda148fc3979c022c58166fa628d5b7dbfd80b (patch) | |
tree | ca5b83f9a7a73963af1da32d1adff2a955ab76c3 /host/lib/usrp/usrp2 | |
parent | 2c08c9a7e62b2ad7f75047cc54b0256173f1b674 (diff) | |
download | uhd-35eda148fc3979c022c58166fa628d5b7dbfd80b.tar.gz uhd-35eda148fc3979c022c58166fa628d5b7dbfd80b.tar.bz2 uhd-35eda148fc3979c022c58166fa628d5b7dbfd80b.zip |
usrp2: increment tx sequence after commit
Diffstat (limited to 'host/lib/usrp/usrp2')
-rw-r--r-- | host/lib/usrp/usrp2/io_impl.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp2/io_impl.cpp b/host/lib/usrp/usrp2/io_impl.cpp index 48ff7d509..d6f7e8476 100644 --- a/host/lib/usrp/usrp2/io_impl.cpp +++ b/host/lib/usrp/usrp2/io_impl.cpp @@ -211,6 +211,7 @@ void usrp2_impl::io_impl::recv_pirate_loop( //print the famous U, and push the metadata into the message queue if (metadata.event_code & underflow_flags) std::cerr << "U" << std::flush; + //else std::cout << "metadata.event_code " << metadata.event_code << std::endl; async_msg_fifo->push_with_pop_on_full(metadata); continue; } |