1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-05-31 22:32:24 -04:00

BladeRF2 input: fixed channel 1 running on its own

This commit is contained in:
f4exb 2018-09-27 06:05:41 +02:00
parent 3e876141f4
commit d5a33b7448

View File

@ -96,7 +96,7 @@ void BladeRF2InputThread::run()
break; break;
} }
if (nbFifos > 1) { if (m_nbChannels > 1) {
callbackMI(m_buf, DeviceBladeRF2::blockSize); callbackMI(m_buf, DeviceBladeRF2::blockSize);
} else { } else {
callbackSI(m_buf, 2*DeviceBladeRF2::blockSize); callbackSI(m_buf, 2*DeviceBladeRF2::blockSize);