mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-31 11:19:18 +00:00
Fixed GNSS Synchro Decimation
Signed-off-by: Jaxon Taylor <jt_3232@hotmail.com>
This commit is contained in:
parent
6289d920cc
commit
c793ae9a77
@ -84,11 +84,11 @@ int gnss_synchro_monitor::general_work(int noutput_items __attribute__((unused))
|
||||
udp_sink_ptr->write_gnss_synchro(stocks);
|
||||
// Reset count variable
|
||||
count = 0;
|
||||
}
|
||||
}
|
||||
// Consume the number of items for the input stream channel
|
||||
consume(channel_index, ninput_items[channel_index]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Not producing any outputs
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user