From 07de40c04b6c2ab3fb6470eaea539a6dbea8884f Mon Sep 17 00:00:00 2001 From: Ashish Chaudhari Date: Sun, 13 Sep 2015 00:42:51 -0700 Subject: usrp3: Added support for pre-FIFO TX flowcontrol - tx_vita_core_3000 can now monitor for flow-control immediately before the radio or immediately before the radio external FIFO - B200 does not have an external FIFO so it will use the default config --- host/lib/usrp/b200/b200_io_impl.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'host/lib/usrp/b200/b200_io_impl.cpp') diff --git a/host/lib/usrp/b200/b200_io_impl.cpp b/host/lib/usrp/b200/b200_io_impl.cpp index 7fcd04823..41b4b8a74 100644 --- a/host/lib/usrp/b200/b200_io_impl.cpp +++ b/host/lib/usrp/b200/b200_io_impl.cpp @@ -159,7 +159,6 @@ void b200_impl::update_tick_rate(const double new_tick_rate) boost::shared_ptr my_streamer = boost::dynamic_pointer_cast(perif.tx_streamer.lock()); if (my_streamer) my_streamer->set_tick_rate(new_tick_rate); - perif.deframer->set_tick_rate(new_tick_rate); } } -- cgit v1.2.3