Fixed GNSS Synchro Decimation

Signed-off-by: Jaxon Taylor <jt_3232@hotmail.com>
This commit is contained in:
Jaxon Taylor 2021-07-19 21:43:43 -05:00
parent 6289d920cc
commit c793ae9a77
1 changed files with 2 additions and 2 deletions

View File

@ -84,10 +84,10 @@ 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]);
}
}
// Consume the number of items for the input stream channel
consume(channel_index, ninput_items[channel_index]);
}
// Not producing any outputs