1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-03 06:24:48 -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
@@ -321,7 +321,7 @@ bool Bladerf1Output::applySettings(const BladeRF1OutputSettings& settings, bool
}
else
{
fifoSize = std::max(
fifoSize = (std::max)(
(int) ((settings.m_devSampleRate/(1<<settings.m_log2Interp)) * DeviceBladeRF1Shared::m_sampleFifoLengthInSeconds),
DeviceBladeRF1Shared::m_sampleFifoMinSize);
}