aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp_e/io_impl.cpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-08-24 19:26:15 +0000
committerJosh Blum <josh@joshknows.com>2010-08-24 19:26:15 +0000
commit65821027b8d41e9c736bc7e29a4fa1f84dc890ba (patch)
tree29229712cc66649e0022cc2f8302c2683c435bdc /host/lib/usrp/usrp_e/io_impl.cpp
parentd3501cda50407143db85f7ea5eb894c71ecd8aac (diff)
downloaduhd-65821027b8d41e9c736bc7e29a4fa1f84dc890ba.tar.gz
uhd-65821027b8d41e9c736bc7e29a4fa1f84dc890ba.tar.bz2
uhd-65821027b8d41e9c736bc7e29a4fa1f84dc890ba.zip
usrp-e: fixed codec control gain calculation error, added tx policy registers, set to next packet
Diffstat (limited to 'host/lib/usrp/usrp_e/io_impl.cpp')
-rw-r--r--host/lib/usrp/usrp_e/io_impl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp_e/io_impl.cpp b/host/lib/usrp/usrp_e/io_impl.cpp
index eaa45d60c..1bb67d9aa 100644
--- a/host/lib/usrp/usrp_e/io_impl.cpp
+++ b/host/lib/usrp/usrp_e/io_impl.cpp
@@ -33,7 +33,7 @@ using namespace uhd::usrp;
* Constants
**********************************************************************/
static const size_t MAX_BUFF_SIZE = 2048;
-static const bool usrp_e_io_impl_verbose = true;
+static const bool usrp_e_io_impl_verbose = false;
/***********************************************************************
* Data Transport (phony zero-copy with read/write)