From 44ac4461407aae3e26b218a1ab1bd27f893c5e96 Mon Sep 17 00:00:00 2001 From: Nick Foster Date: Thu, 26 Aug 2010 18:36:34 -0700 Subject: Removing the GPS search stuff until I have time to figure out why the firmware side keeps timing out. --- host/lib/usrp/usrp2/mboard_impl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host') diff --git a/host/lib/usrp/usrp2/mboard_impl.cpp b/host/lib/usrp/usrp2/mboard_impl.cpp index fc1cc3a9a..b5a8ebc53 100644 --- a/host/lib/usrp/usrp2/mboard_impl.cpp +++ b/host/lib/usrp/usrp2/mboard_impl.cpp @@ -59,9 +59,9 @@ usrp2_mboard_impl::usrp2_mboard_impl( _clock_ctrl = usrp2_clock_ctrl::make(_iface); _codec_ctrl = usrp2_codec_ctrl::make(_iface); _serdes_ctrl = usrp2_serdes_ctrl::make(_iface); - _gps_ctrl = usrp2_gps_ctrl::make(_iface); + //_gps_ctrl = usrp2_gps_ctrl::make(_iface); - if(_gps_ctrl->gps_detected()) std::cout << "GPS time: " << _gps_ctrl->get_time() << std::endl; + //if(_gps_ctrl->gps_detected()) std::cout << "GPS time: " << _gps_ctrl->get_time() << std::endl; //TODO move to dsp impl... //load the allowed decim/interp rates -- cgit v1.2.3