mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-15 12:40:35 +00:00
Removing innecessary usleep
This commit is contained in:
parent
3cd1e70706
commit
16ead9c613
@ -512,7 +512,6 @@ int hybrid_observables_gs::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);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Consume one item from the clock channel (last of the input channels)
|
// Consume one item from the clock channel (last of the input channels)
|
||||||
|
Loading…
Reference in New Issue
Block a user