diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2014-03-17 07:04:46 -0700 |
---|---|---|
committer | Nicholas Corgan <nick.corgan@ettus.com> | 2014-03-17 07:04:46 -0700 |
commit | 94a41d904219001c79aa4e1e84b44c540eb84566 (patch) | |
tree | d23a8a7307267549551025a2cc1495d51e10691d /host/lib/usrp/b200 | |
parent | 09882ad86432db5087f85764c02989dbfc70fd3f (diff) | |
parent | fee96fbf99923878a755ef980b4f19fea0d57f8e (diff) | |
download | uhd-94a41d904219001c79aa4e1e84b44c540eb84566.tar.gz uhd-94a41d904219001c79aa4e1e84b44c540eb84566.tar.bz2 uhd-94a41d904219001c79aa4e1e84b44c540eb84566.zip |
Merge branch 'maint' into fpga/removed_planahead
Diffstat (limited to 'host/lib/usrp/b200')
-rw-r--r-- | host/lib/usrp/b200/b200_impl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/b200/b200_impl.cpp b/host/lib/usrp/b200/b200_impl.cpp index 8ed8e99af..74e61143b 100644 --- a/host/lib/usrp/b200/b200_impl.cpp +++ b/host/lib/usrp/b200/b200_impl.cpp @@ -510,7 +510,7 @@ void b200_impl::setup_radio(const size_t dspno) // create rx dsp control objects //////////////////////////////////////////////////////////////////// perif.framer = rx_vita_core_3000::make(perif.ctrl, TOREG(SR_RX_CTRL)); - perif.ddc = rx_dsp_core_3000::make(perif.ctrl, TOREG(SR_RX_DSP)); + perif.ddc = rx_dsp_core_3000::make(perif.ctrl, TOREG(SR_RX_DSP), true /*is_b200?*/); perif.ddc->set_link_rate(10e9/8); //whatever _tree->access<double>(mb_path / "tick_rate") .subscribe(boost::bind(&rx_vita_core_3000::set_tick_rate, perif.framer, _1)) |