aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib')
-rw-r--r--host/lib/usrp/usrp_e100/clock_ctrl.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/host/lib/usrp/usrp_e100/clock_ctrl.cpp b/host/lib/usrp/usrp_e100/clock_ctrl.cpp
index ef6179119..aba630d88 100644
--- a/host/lib/usrp/usrp_e100/clock_ctrl.cpp
+++ b/host/lib/usrp/usrp_e100/clock_ctrl.cpp
@@ -425,8 +425,6 @@ private:
this->send_reg(0x18);
this->latch_regs();
//wait for calibration done:
- boost::this_thread::sleep(boost::posix_time::milliseconds(50));
- /* this routine seems to not work, just sleep and return...
static const boost::uint8_t addr = 0x01F;
for (size_t ms10 = 0; ms10 < 100; ms10++){
boost::uint32_t reg = _iface->read_spi(
@@ -438,7 +436,6 @@ private:
boost::this_thread::sleep(boost::posix_time::milliseconds(10));
}
std::cerr << "USRP-E100 clock control: VCO calibration timeout" << std::endl;
- */
}
void send_all_regs(void){