mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-05-06 02:19:02 -04:00
BladeRF2 input: set the appropriate total number of Rx channels in device enumeration process
This commit is contained in:
parent
aa6834a6e9
commit
151f21f775
@ -98,7 +98,7 @@ PluginInterface::SamplingDevices Blderf2InputPlugin::enumSampleSources()
|
|||||||
i,
|
i,
|
||||||
PluginInterface::SamplingDevice::PhysicalDevice,
|
PluginInterface::SamplingDevice::PhysicalDevice,
|
||||||
true,
|
true,
|
||||||
1,
|
nbRxChannels,
|
||||||
j));
|
j));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user