diff options
| -rw-r--r-- | host/lib/usrp/usrp2/mboard_impl.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| 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 | 
