mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 23:45:49 +08:00
Fix small queueing bug.
This commit is contained in:
@@ -614,7 +614,7 @@ void CM17Control::writeNetwork()
|
||||
interleaver(rfData + 2U, temp);
|
||||
decorrelator(temp, rfData + 2U);
|
||||
|
||||
writeQueueRF(rfData);
|
||||
writeQueueNet(rfData);
|
||||
|
||||
writeEndNet();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user