diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2014-03-17 06:44:46 -0700 |
---|---|---|
committer | Nicholas Corgan <nick.corgan@ettus.com> | 2014-03-17 06:44:46 -0700 |
commit | fee96fbf99923878a755ef980b4f19fea0d57f8e (patch) | |
tree | 96e3207dd0c7313740ef5bc71a9b53f7419ecb99 /host/lib/usrp/b200/b200_impl.cpp | |
parent | 55fd590f3eac63f97433b68ae415027c7ff41f71 (diff) | |
parent | a8caec5f93976c081d488118f53a72dca49efdf6 (diff) | |
download | uhd-fee96fbf99923878a755ef980b4f19fea0d57f8e.tar.gz uhd-fee96fbf99923878a755ef980b4f19fea0d57f8e.tar.bz2 uhd-fee96fbf99923878a755ef980b4f19fea0d57f8e.zip |
Merge branch 'maint' into usb/serial_fix
Diffstat (limited to 'host/lib/usrp/b200/b200_impl.cpp')
-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)) |