From f3f64abc49e20723dd00f0ecc5201f015d4744c3 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Wed, 7 Mar 2012 19:15:10 -0800 Subject: fifo ctrl: various tweaks --- host/lib/usrp/usrp2/usrp2_impl.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'host/lib/usrp/usrp2/usrp2_impl.cpp') 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(mb_path / "tick_rate") .subscribe(boost::bind(&time64_core_200::set_tick_rate, _mbc[mb].time64, _1)); _tree->create(mb_path / "time/now") -- cgit v1.2.3