mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-23 01:55:48 -05:00
BladeRF output: fixed sammple FIFO size for 32 and 64 (not implemented) interpolation
This commit is contained in:
parent
e452a0882c
commit
75079de55d
@ -246,7 +246,7 @@ bool BladerfOutput::applySettings(const BladeRFOutputSettings& settings, bool fo
|
||||
{
|
||||
int fifoSize;
|
||||
|
||||
if (settings.m_log2Interp == 5)
|
||||
if (settings.m_log2Interp >= 5)
|
||||
{
|
||||
fifoSize = DeviceBladeRFShared::m_sampleFifoMinSize32;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user