Fixed typo

This commit is contained in:
Xavier Guerrero-Pau
2024-09-09 16:44:37 +02:00
committed by Carles Fernandez
parent 94ab8a7006
commit fdc4e4078e
+1 -1
View File
@@ -49,7 +49,7 @@ gnss_synchro_monitor::gnss_synchro_monitor(int n_channels,
d_nchannels(n_channels),
d_decimation_factor(decimation_factor)
{
udp_sink_ptr = std::make_unique<Gnss_Synchro_Udp_Sink>(udp_addresses, udp_port, enable_protobuf);
udp_sink_ptr = std::make_unique<Gnss_Synchro_Udp_Sink>(udp_addresses, udp_ports, enable_protobuf);
}