mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-05-23 18:52:28 -04:00
Up channelizer: fixed copy+paste bug
This commit is contained in:
parent
790a62cba3
commit
c1bd4f6b44
@ -592,7 +592,7 @@ void DSPDeviceSinkEngine::checkNumberOfBasebandSources()
|
||||
if (m_threadedBasebandSampleSources.size() == 1) {
|
||||
m_threadedBasebandSampleSources.back()->setDeviceSampleSourceFifo(sampleFifo);
|
||||
} else if (m_basebandSampleSources.size() == 1) {
|
||||
m_threadedBasebandSampleSources.back()->setDeviceSampleSourceFifo(sampleFifo);
|
||||
m_basebandSampleSources.back()->setDeviceSampleSourceFifo(sampleFifo);
|
||||
}
|
||||
|
||||
m_multipleSourcesDivisionFactor = 1; // for consistency but it is not used in this case
|
||||
|
Loading…
x
Reference in New Issue
Block a user