From 3210553c85ceaa29fa3bfec2982bff6b5e79c34b Mon Sep 17 00:00:00 2001 From: Moritz Fischer Date: Tue, 12 May 2015 15:49:22 -0700 Subject: fixup! e300: gps: If gps is detected, set device time to gps time on init. Signed-off-by: Moritz Fischer --- host/lib/usrp/e300/e300_impl.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'host/lib/usrp') diff --git a/host/lib/usrp/e300/e300_impl.cpp b/host/lib/usrp/e300/e300_impl.cpp index 4f3b9866a..c7c007a20 100644 --- a/host/lib/usrp/e300/e300_impl.cpp +++ b/host/lib/usrp/e300/e300_impl.cpp @@ -577,6 +577,9 @@ e300_impl::e300_impl(const uhd::device_addr_t &device_addr) UHD_MSG(status) << "Initializing time to the internal GPSDO" << std::endl; const time_t tp = time_t(_sensor_manager->get_sensor("gps_time").to_int()+1); _tree->access(mb_path / "time" / "pps").set(time_spec_t(tp)); + + // wait for time to be actually set + boost::this_thread::sleep(boost::posix_time::seconds(1)); } boost::uint8_t e300_impl::_get_internal_gpio(gpio_core_200::sptr gpio) -- cgit v1.2.3