1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-13 16:56:52 +00:00

Merge branch 'jt3232-GnssSynchroDecimationFix' into next

This commit is contained in:
Carles Fernandez 2021-07-25 09:20:29 +02:00
commit b230c7c161
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -84,10 +84,10 @@ int gnss_synchro_monitor::general_work(int noutput_items __attribute__((unused))
udp_sink_ptr->write_gnss_synchro(stocks); udp_sink_ptr->write_gnss_synchro(stocks);
// Reset count variable // Reset count variable
count = 0; 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 // Not producing any outputs