diff options
author | Michael West <michael.west@ettus.com> | 2014-01-17 17:09:52 -0800 |
---|---|---|
committer | Michael West <michael.west@ettus.com> | 2014-01-17 17:09:52 -0800 |
commit | 0f162b5189beba76851f58ab0213850b9dd7f87d (patch) | |
tree | 573e6ad8b8982cc69b791998b775de781414b4ce /host/lib | |
parent | 625acef8d1f3d4d28a7d5f91b81353f50e6c7e17 (diff) | |
parent | 09bd61ccac69f7467092678b8e0a421403fff943 (diff) | |
download | uhd-0f162b5189beba76851f58ab0213850b9dd7f87d.tar.gz uhd-0f162b5189beba76851f58ab0213850b9dd7f87d.tar.bz2 uhd-0f162b5189beba76851f58ab0213850b9dd7f87d.zip |
Merge branch 'master' into mwest/b200_docs
Diffstat (limited to 'host/lib')
-rw-r--r-- | host/lib/usrp/b200/b200_impl.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/host/lib/usrp/b200/b200_impl.cpp b/host/lib/usrp/b200/b200_impl.cpp index 132b1198d..ab437af6b 100644 --- a/host/lib/usrp/b200/b200_impl.cpp +++ b/host/lib/usrp/b200/b200_impl.cpp @@ -501,6 +501,8 @@ void b200_impl::setup_radio(const size_t dspno) _async_task_data->radio_ctrl[dspno] = perif.ctrl; //weak _tree->access<time_spec_t>(mb_path / "time" / "cmd") .subscribe(boost::bind(&radio_ctrl_core_3000::set_time, perif.ctrl, _1)); + _tree->access<double>(mb_path / "tick_rate") + .subscribe(boost::bind(&radio_ctrl_core_3000::set_tick_rate, perif.ctrl, _1)); this->register_loopback_self_test(perif.ctrl); perif.atr = gpio_core_200_32wo::make(perif.ctrl, TOREG(SR_ATR)); |