1
0
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:
f4exb
2018-11-16 13:44:58 +01:00
parent 1da6f64a25
commit bc50bf9afa
10 changed files with 94 additions and 24 deletions
@@ -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);
}