mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-11-04 09:13:05 +00:00 
			
		
		
		
	Fixed typo
This commit is contained in:
		
				
					committed by
					
						
						Carles Fernandez
					
				
			
			
				
	
			
			
			
						parent
						
							94ab8a7006
						
					
				
				
					commit
					fdc4e4078e
				
			@@ -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);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user