diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2014-01-15 15:37:45 -0800 |
---|---|---|
committer | Nicholas Corgan <nick.corgan@ettus.com> | 2014-01-15 15:37:45 -0800 |
commit | 09bd61ccac69f7467092678b8e0a421403fff943 (patch) | |
tree | c6c0edc9031b4a83e1e9724bd2e9b4e65e99dc78 /host/lib/usrp | |
parent | 8a08dc4053e4f30217af6105a2e127ce6780d8f1 (diff) | |
parent | dd8e4999794e298505a303abb59d3a0a1824238e (diff) | |
download | uhd-release_003_006_002.tar.gz uhd-release_003_006_002.tar.bz2 uhd-release_003_006_002.zip |
Merge branch 'bug298'release_003_006_002
Diffstat (limited to 'host/lib/usrp')
-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)); |