summaryrefslogtreecommitdiffstats
path: root/host/lib
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib')
-rw-r--r--host/lib/usrp/mimo_usrp.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/host/lib/usrp/mimo_usrp.cpp b/host/lib/usrp/mimo_usrp.cpp
index 3c9788388..bd7753d09 100644
--- a/host/lib/usrp/mimo_usrp.cpp
+++ b/host/lib/usrp/mimo_usrp.cpp
@@ -64,6 +64,10 @@ public:
mboard[MBOARD_PROP_CLOCK_CONFIG] = clock_config;
}
+ //set the times to zero at the next pps and sleep
+ this->set_time_next_pps(time_spec_t(0, 0));
+ sleep(1);
+
}
~mimo_usrp_impl(void){