diff options
author | Nick Foster <nick@ettus.com> | 2011-08-31 16:04:10 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-08-31 18:43:26 -0700 |
commit | 927da3982ede4aef07d0dc42597c00b38c63cc48 (patch) | |
tree | 9f76be8159b0edc93c1610ec0065a4ab4c7382f8 /host/lib/usrp/b100/b100_impl.cpp | |
parent | d6d017aa58fd858a752ac43a6a6c24704758e444 (diff) | |
download | uhd-927da3982ede4aef07d0dc42597c00b38c63cc48.tar.gz uhd-927da3982ede4aef07d0dc42597c00b38c63cc48.tar.bz2 uhd-927da3982ede4aef07d0dc42597c00b38c63cc48.zip |
B100: don't reset send buffers (screws up TX)
Diffstat (limited to 'host/lib/usrp/b100/b100_impl.cpp')
-rw-r--r-- | host/lib/usrp/b100/b100_impl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/lib/usrp/b100/b100_impl.cpp b/host/lib/usrp/b100/b100_impl.cpp index 04be45b5d..89c9598b3 100644 --- a/host/lib/usrp/b100/b100_impl.cpp +++ b/host/lib/usrp/b100/b100_impl.cpp @@ -194,7 +194,6 @@ b100_impl::b100_impl(const device_addr_t &device_addr){ _fpga_ctrl->poke32(B100_REG_CLEAR_RX, 0); _fpga_ctrl->poke32(B100_REG_CLEAR_TX, 0); this->reset_gpif(6); - this->reset_gpif(2); //////////////////////////////////////////////////////////////////// // Initialize peripherals after reset |