Rename variable

This commit is contained in:
2020-04-15 15:04:10 +02:00
parent eea8b57f13
commit 50148a7913
+1 -1
View File
@@ -51,7 +51,7 @@ void UdpRecvModule::start_recv(
receiving_thread_ = thread(
&UdpRecvModule::receive_thread, this,
udp_port,
udp_buffer_n_bytes);
frame_n_bytes);
}
void UdpRecvModule::stop_recv()