mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-04 16:01:14 -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;
|
int fifoSize;
|
||||||
|
|
||||||
if (settings.m_log2Interp == 5)
|
if (settings.m_log2Interp >= 5)
|
||||||
{
|
{
|
||||||
fifoSize = DeviceBladeRFShared::m_sampleFifoMinSize32;
|
fifoSize = DeviceBladeRFShared::m_sampleFifoMinSize32;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user