1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-11-14 22:04:57 +00:00

print fix

This commit is contained in:
juanalfarom 2024-09-29 21:07:56 +02:00
parent 7adcd86c99
commit 2b1d423858
No known key found for this signature in database
GPG Key ID: 23C5912D94E1382D

View File

@ -30,7 +30,6 @@ void Tlm_Conf::SetFromConfiguration(const ConfigurationInterface *configuration,
const std::string default_crc_stats_dumpname("telemetry_crc_stats"); const std::string default_crc_stats_dumpname("telemetry_crc_stats");
dump_crc_stats_filename = configuration->property(role + ".dump_crc_stats_filename", default_crc_stats_dumpname); dump_crc_stats_filename = configuration->property(role + ".dump_crc_stats_filename", default_crc_stats_dumpname);
enable_navdata_monitor = configuration->property("NavDataMonitor.enable_monitor", false); enable_navdata_monitor = configuration->property("NavDataMonitor.enable_monitor", false);
std::cout<<"HHHH"<<std::endl;
if (configuration->property("Channels_E6.count", 0) > 0) if (configuration->property("Channels_E6.count", 0) > 0)
{ {
there_are_e6_channels = true; there_are_e6_channels = true;