mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-04-04 02:28:33 -04:00
Fixed serious bug in DSP device MIMO engine
This commit is contained in:
parent
51a07c3f7b
commit
c5062ac10b
@ -305,7 +305,7 @@ void DSPDeviceMIMOEngine::workSampleSinkFifo(unsigned int sinkIndex)
|
||||
}
|
||||
|
||||
if (part2begin != part2end) { // second part of FIFO data (used when block wraps around)
|
||||
workSamplePart(part1begin, part1end, sinkIndex);
|
||||
workSamplePart(part2begin, part2end, sinkIndex);
|
||||
}
|
||||
|
||||
sampleFifo->readCommit((unsigned int) count); // adjust FIFO pointers
|
||||
|
Loading…
Reference in New Issue
Block a user