From 59f407fee8dea30693526a6f305bb78f9bb29585 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Thu, 27 Oct 2011 10:22:52 -0700 Subject: basic/lf: keep dboard clocks disabled (should be by default) --- host/lib/usrp/dboard/db_basic_and_lf.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/host/lib/usrp/dboard/db_basic_and_lf.cpp b/host/lib/usrp/dboard/db_basic_and_lf.cpp index 64d4a5bee..86d86dda0 100644 --- a/host/lib/usrp/dboard/db_basic_and_lf.cpp +++ b/host/lib/usrp/dboard/db_basic_and_lf.cpp @@ -110,7 +110,7 @@ basic_rx::basic_rx(ctor_args_t args, double max_freq) : rx_dboard_base(args){ this->get_iface()->set_pin_ctrl(dboard_iface::UNIT_RX, 0x0000); this->get_iface()->set_gpio_ddr(dboard_iface::UNIT_RX, 0xFFFF); this->get_iface()->set_gpio_out(dboard_iface::UNIT_RX, 0x0000); - this->get_iface()->set_clock_enabled(dboard_iface::UNIT_RX, true); + //this->get_iface()->set_clock_enabled(dboard_iface::UNIT_RX, true); } basic_rx::~basic_rx(void){ @@ -220,7 +220,7 @@ void basic_rx::rx_set(const wax::obj &key_, const wax::obj &val){ **********************************************************************/ basic_tx::basic_tx(ctor_args_t args, double max_freq) : tx_dboard_base(args){ _max_freq = max_freq; - this->get_iface()->set_clock_enabled(dboard_iface::UNIT_TX, true); + //this->get_iface()->set_clock_enabled(dboard_iface::UNIT_TX, true); } basic_tx::~basic_tx(void){ -- cgit v1.2.3