mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 13:47:01 -04:00
Windows: MSVC2017: BladeRF support
This commit is contained in:
@@ -707,7 +707,7 @@ bool BladeRF2Output::applySettings(const BladeRF2OutputSettings& settings, bool
|
||||
}
|
||||
else
|
||||
{
|
||||
fifoSize = std::max(
|
||||
fifoSize = (std::max)(
|
||||
(int) ((settings.m_devSampleRate/(1<<settings.m_log2Interp)) * DeviceBladeRF2Shared::m_sampleFifoLengthInSeconds),
|
||||
DeviceBladeRF2Shared::m_sampleFifoMinSize);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user