mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-07-26 22:02:56 +00:00
fixing coverity issue
This commit is contained in:
parent
2b30d1df85
commit
daa7802075
@ -78,7 +78,8 @@ GpsL2MTelemetryDecoder::GpsL2MTelemetryDecoder(ConfigurationInterface* configura
|
|||||||
//decimation factor
|
//decimation factor
|
||||||
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