1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-07-07 12:14:20 +00:00

removed unnecessary sleep instruction

This commit is contained in:
Marc Majoral 2019-03-01 11:21:04 +01:00
parent a9c7b4113b
commit 528c79d1e7

View File

@ -514,7 +514,7 @@ int hybrid_observables_cc::general_work(int noutput_items __attribute__((unused)
{ {
T_rx_clock_step_samples = std::round(static_cast<double>(in[d_nchannels_in - 1][0].fs) * 1e-3); // 1 ms T_rx_clock_step_samples = std::round(static_cast<double>(in[d_nchannels_in - 1][0].fs) * 1e-3); // 1 ms
LOG(INFO) << "Observables clock step samples set to " << T_rx_clock_step_samples; 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) // Consume one item from the clock channel (last of the input channels)