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:
parent
5fa8a62596
commit
fcc11bbaf8
@ -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)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user