1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-01-07 00:39:25 -05:00

BladeRF2 MIMO: tried to fix config block size

This commit is contained in:
f4exb 2019-09-29 10:57:56 +02:00
parent 5fa8a62596
commit fcc11bbaf8

View File

@ -90,7 +90,7 @@ void BladeRF2MIThread::run()
m_running = true;
m_startWaiter.wakeAll();
int status = bladerf_sync_config(m_dev, BLADERF_RX_X2, BLADERF_FORMAT_SC16_Q11, 64, 8192, 32, 10000);
int status = bladerf_sync_config(m_dev, BLADERF_RX_X2, BLADERF_FORMAT_SC16_Q11, 64, DeviceBladeRF2::blockSize, 32, 1500);
if (status < 0)
{