1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-09-21 03:39:48 +00:00

Fixed typo

This commit is contained in:
Xavier Guerrero-Pau 2024-08-29 17:39:23 +02:00 committed by Carles Fernandez
parent 94ab8a7006
commit fdc4e4078e

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);
}