1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-02-03 09:44:01 -05:00

BladeRF2 input: set the appropriate total number of Rx channels in device enumeration process

This commit is contained in:
f4exb 2018-09-26 14:58:55 +02:00
parent aa6834a6e9
commit 151f21f775

View File

@ -98,7 +98,7 @@ PluginInterface::SamplingDevices Blderf2InputPlugin::enumSampleSources()
i,
PluginInterface::SamplingDevice::PhysicalDevice,
true,
1,
nbRxChannels,
j));
}
}