mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-01-23 08:50:22 +01:00
Fix small queueing bug.
This commit is contained in:
parent
293962a7f7
commit
55f4c6ce1a
|
|
@ -614,7 +614,7 @@ void CM17Control::writeNetwork()
|
|||
interleaver(rfData + 2U, temp);
|
||||
decorrelator(temp, rfData + 2U);
|
||||
|
||||
writeQueueRF(rfData);
|
||||
writeQueueNet(rfData);
|
||||
|
||||
writeEndNet();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue