mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-07-31 08:13:01 +00:00
fixing coverity issue
This commit is contained in:
parent
2b30d1df85
commit
daa7802075
@ -79,6 +79,7 @@ GpsL2MTelemetryDecoder::GpsL2MTelemetryDecoder(ConfigurationInterface* configura
|
|||||||
int decimation_factor = configuration->property(role + ".decimation_factor", 1);
|
int decimation_factor = configuration->property(role + ".decimation_factor", 1);
|
||||||
telemetry_decoder_->set_decimation(decimation_factor);
|
telemetry_decoder_->set_decimation(decimation_factor);
|
||||||
LOG(INFO) << "global navigation message queue assigned to telemetry_decoder (" << telemetry_decoder_->unique_id() << ")" << "role " << role;
|
LOG(INFO) << "global navigation message queue assigned to telemetry_decoder (" << telemetry_decoder_->unique_id() << ")" << "role " << role;
|
||||||
|
channel_ = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user