1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-12-14 20:20:35 +00:00
This commit is contained in:
Carles Fernandez 2019-07-21 13:13:01 +02:00
commit 05fae053eb
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -109,7 +109,7 @@ Pass_Through::Pass_Through(ConfigurationInterface* configuration, const std::str
} }
kludge_copy_ = gr::blocks::copy::make(item_size_); kludge_copy_ = gr::blocks::copy::make(item_size_);
uint64_t max_source_buffer_samples = configuration->property("GNSS-SDR.max_source_buffer_samples", 0ULL); uint64_t max_source_buffer_samples = configuration->property("GNSS-SDR.max_source_buffer_samples", 0);
if (max_source_buffer_samples > 0) if (max_source_buffer_samples > 0)
{ {
kludge_copy_->set_max_output_buffer(max_source_buffer_samples); kludge_copy_->set_max_output_buffer(max_source_buffer_samples);