From 528c79d1e7b00524dfbb956d0bb49c66b41e8492 Mon Sep 17 00:00:00 2001 From: Marc Majoral Date: Fri, 1 Mar 2019 11:21:04 +0100 Subject: [PATCH] removed unnecessary sleep instruction --- .../observables/gnuradio_blocks/hybrid_observables_cc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/algorithms/observables/gnuradio_blocks/hybrid_observables_cc.cc b/src/algorithms/observables/gnuradio_blocks/hybrid_observables_cc.cc index 382414c44..cd6429a4d 100644 --- a/src/algorithms/observables/gnuradio_blocks/hybrid_observables_cc.cc +++ b/src/algorithms/observables/gnuradio_blocks/hybrid_observables_cc.cc @@ -514,7 +514,7 @@ int hybrid_observables_cc::general_work(int noutput_items __attribute__((unused) { T_rx_clock_step_samples = std::round(static_cast(in[d_nchannels_in - 1][0].fs) * 1e-3); // 1 ms LOG(INFO) << "Observables clock step samples set to " << T_rx_clock_step_samples; - usleep(1000000); + //usleep(1000000); } // Consume one item from the clock channel (last of the input channels)