From 55f4c6ce1aa1de3b24e1e58d168447aeae30ad02 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Thu, 19 Aug 2021 21:39:29 +0100 Subject: [PATCH] Fix small queueing bug. --- M17Control.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/M17Control.cpp b/M17Control.cpp index 3c3337f..deb6301 100644 --- a/M17Control.cpp +++ b/M17Control.cpp @@ -614,7 +614,7 @@ void CM17Control::writeNetwork() interleaver(rfData + 2U, temp); decorrelator(temp, rfData + 2U); - writeQueueRF(rfData); + writeQueueNet(rfData); writeEndNet(); }