From b61f4ad603b43e8c257bf4bcca924368d5573c92 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Wed, 29 Feb 2012 14:26:40 -0800 Subject: usrp1: fix for cordic init, cant do it that way on tx --- host/lib/usrp/usrp1/usrp1_impl.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'host/lib') diff --git a/host/lib/usrp/usrp1/usrp1_impl.cpp b/host/lib/usrp/usrp1/usrp1_impl.cpp index e6e4fe70f..607badda9 100644 --- a/host/lib/usrp/usrp1/usrp1_impl.cpp +++ b/host/lib/usrp/usrp1/usrp1_impl.cpp @@ -400,9 +400,6 @@ usrp1_impl::usrp1_impl(const device_addr_t &device_addr){ BOOST_FOREACH(const std::string &name, _tree->list(mb_path / "rx_dsps")){ _tree->access(mb_path / "rx_dsps" / name / "freq" / "value").set(0.0); } - BOOST_FOREACH(const std::string &name, _tree->list(mb_path / "tx_dsps")){ - _tree->access(mb_path / "tx_dsps" / name / "freq" / "value").set(0.0); - } if (_tree->list(mb_path / "rx_dsps").size() > 0) _tree->access(mb_path / "rx_subdev_spec").set(_rx_subdev_spec); -- cgit v1.2.3