diff options
author | Josh Blum <josh@joshknows.com> | 2012-03-07 19:15:10 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-03-23 14:36:56 -0700 |
commit | f3f64abc49e20723dd00f0ecc5201f015d4744c3 (patch) | |
tree | 07df5e783e15392e213fac28ada840beafddac14 /host/lib/usrp/usrp2/usrp2_impl.cpp | |
parent | 672a77767faf0070e94de0c8acd74328a301cae5 (diff) | |
download | uhd-f3f64abc49e20723dd00f0ecc5201f015d4744c3.tar.gz uhd-f3f64abc49e20723dd00f0ecc5201f015d4744c3.tar.bz2 uhd-f3f64abc49e20723dd00f0ecc5201f015d4744c3.zip |
fifo ctrl: various tweaks
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_impl.cpp')
-rw-r--r-- | host/lib/usrp/usrp2/usrp2_impl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_impl.cpp b/host/lib/usrp/usrp2/usrp2_impl.cpp index 68a8c1c5f..cbe64635b 100644 --- a/host/lib/usrp/usrp2/usrp2_impl.cpp +++ b/host/lib/usrp/usrp2/usrp2_impl.cpp @@ -560,7 +560,6 @@ usrp2_impl::usrp2_impl(const device_addr_t &_device_addr){ _mbc[mb].time64 = time64_core_200::make( _mbc[mb].fifo_ctrl, U2_REG_SR_ADDR(SR_TIME64), time64_rb_bases, mimo_clock_sync_delay_cycles ); - //_mbc[mb].fifo_ctrl->poke32(0x7, 0x1234); _tree->access<double>(mb_path / "tick_rate") .subscribe(boost::bind(&time64_core_200::set_tick_rate, _mbc[mb].time64, _1)); _tree->create<time_spec_t>(mb_path / "time/now") |