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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user