From 7a949ffd2be87c0bbf5f733e71dbe81d565f0444 Mon Sep 17 00:00:00 2001
From: Josh Blum <josh@joshknows.com>
Date: Sun, 6 Mar 2011 12:35:42 +0000
Subject: usrp-e100: reinstate the VCO calibration timeout message

---
 host/lib/usrp/usrp_e100/clock_ctrl.cpp | 3 ---
 1 file changed, 3 deletions(-)

(limited to 'host/lib/usrp/usrp_e100')

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){
-- 
cgit v1.2.3