1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-22 16:08:39 -05: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;
}
if (nbFifos > 1) {
if (m_nbChannels > 1) {
callbackMI(m_buf, DeviceBladeRF2::blockSize);
} else {
callbackSI(m_buf, 2*DeviceBladeRF2::blockSize);