diff options
author | Nick Foster <nick@nerdnetworks.org> | 2011-01-25 14:12:39 -0800 |
---|---|---|
committer | Nick Foster <nick@nerdnetworks.org> | 2011-01-25 14:12:39 -0800 |
commit | bf25ec24adc6e4d1aa563962452630628dad3215 (patch) | |
tree | 6b2ced9a933e661569f3cf45305043f00a601096 /host/lib/usrp/usrp2 | |
parent | c09d14c1b0546f9fc2d8263047c8822f220df3f8 (diff) | |
download | uhd-bf25ec24adc6e4d1aa563962452630628dad3215.tar.gz uhd-bf25ec24adc6e4d1aa563962452630628dad3215.tar.bz2 uhd-bf25ec24adc6e4d1aa563962452630628dad3215.zip |
N210: longer GPS timeout, removed try/catch in safe_recv loop (since it can't throw any more)
Diffstat (limited to 'host/lib/usrp/usrp2')
-rw-r--r-- | host/lib/usrp/usrp2/mboard_impl.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/host/lib/usrp/usrp2/mboard_impl.cpp b/host/lib/usrp/usrp2/mboard_impl.cpp index 95f7013e7..ee7ad99c5 100644 --- a/host/lib/usrp/usrp2/mboard_impl.cpp +++ b/host/lib/usrp/usrp2/mboard_impl.cpp @@ -66,9 +66,9 @@ usrp2_mboard_impl::usrp2_mboard_impl( //contruct the interfaces to mboard perifs _clock_ctrl = usrp2_clock_ctrl::make(_iface); _codec_ctrl = usrp2_codec_ctrl::make(_iface); - //_gps_ctrl = gps_ctrl::make( - // _iface->get_gps_write_fn(), - // _iface->get_gps_read_fn()); +// _gps_ctrl = gps_ctrl::make( +// _iface->get_gps_write_fn(), +// _iface->get_gps_read_fn()); //if(_gps_ctrl->gps_detected()) std::cout << "GPS time: " << _gps_ctrl->get_time() << std::endl; |