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:
parent
3e876141f4
commit
d5a33b7448
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user