From 231f7181345e59413613cb1ed4b9e1dc48bb12de Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Wed, 2 Feb 2011 15:47:33 -0800 Subject: 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. --- host/lib/usrp/usrp1/usrp1_impl.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'host/lib/usrp/usrp1/usrp1_impl.hpp') 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 -- cgit v1.2.3