diff options
author | Ashish Chaudhari <ashish@ettus.com> | 2015-09-13 00:42:51 -0700 |
---|---|---|
committer | Ashish Chaudhari <ashish@ettus.com> | 2015-09-16 17:21:52 -0700 |
commit | 07de40c04b6c2ab3fb6470eaea539a6dbea8884f (patch) | |
tree | 12cd86a5d80036fa49d470df510e81888be8e739 /host/lib/usrp/b200/b200_io_impl.cpp | |
parent | 28fa5a1283649c526305a899ee83a88b8ba9a4bd (diff) | |
download | uhd-07de40c04b6c2ab3fb6470eaea539a6dbea8884f.tar.gz uhd-07de40c04b6c2ab3fb6470eaea539a6dbea8884f.tar.bz2 uhd-07de40c04b6c2ab3fb6470eaea539a6dbea8884f.zip |
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
Diffstat (limited to 'host/lib/usrp/b200/b200_io_impl.cpp')
-rw-r--r-- | host/lib/usrp/b200/b200_io_impl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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<sph::send_packet_streamer> my_streamer = boost::dynamic_pointer_cast<sph::send_packet_streamer>(perif.tx_streamer.lock()); if (my_streamer) my_streamer->set_tick_rate(new_tick_rate); - perif.deframer->set_tick_rate(new_tick_rate); } } |