Fix small queueing bug.

This commit is contained in:
Jonathan Naylor 2021-08-19 21:39:29 +01:00
parent 293962a7f7
commit 55f4c6ce1a

View file

@ -614,7 +614,7 @@ void CM17Control::writeNetwork()
interleaver(rfData + 2U, temp);
decorrelator(temp, rfData + 2U);
writeQueueRF(rfData);
writeQueueNet(rfData);
writeEndNet();
}