diff options
author | Josh Blum <josh@joshknows.com> | 2011-02-02 15:47:33 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-02-02 15:47:33 -0800 |
commit | 231f7181345e59413613cb1ed4b9e1dc48bb12de (patch) | |
tree | 4650abfbe8cd3244a32ad8cd63696068fa8cd11a /host/lib/usrp/usrp1/usrp1_impl.hpp | |
parent | d46058d75c723402d7d135ff309afe4f00deca0c (diff) | |
download | uhd-231f7181345e59413613cb1ed4b9e1dc48bb12de.tar.gz uhd-231f7181345e59413613cb1ed4b9e1dc48bb12de.tar.bz2 uhd-231f7181345e59413613cb1ed4b9e1dc48bb12de.zip |
usrp1: fix for tx disable on EOB
Leave the tx digital always enabled, flush with zeros is enough to turn it "off".
Fixed the flush routine to send something (when zero) to ensure zeros go out.
Diffstat (limited to 'host/lib/usrp/usrp1/usrp1_impl.hpp')
-rw-r--r-- | host/lib/usrp/usrp1/usrp1_impl.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp1/usrp1_impl.hpp b/host/lib/usrp/usrp1/usrp1_impl.hpp index 057725394..28199ebe3 100644 --- a/host/lib/usrp/usrp1/usrp1_impl.hpp +++ b/host/lib/usrp/usrp1/usrp1_impl.hpp @@ -125,7 +125,6 @@ private: UHD_PIMPL_DECL(io_impl) _io_impl; void io_init(void); void rx_stream_on_off(bool); - void tx_stream_on_off(bool); void handle_overrun(size_t); //underrun and overrun poll intervals |