mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-26 01:39:05 -05: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…
Reference in New Issue
Block a user