mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-09-22 01:56:38 -04:00
Plugin interface: use enum for single Rx or single Tx type and added the any type
This commit is contained in:
@@ -101,7 +101,7 @@ PluginInterface::SamplingDevices LimeSDROutputPlugin::enumSampleSinks()
|
||||
QString(deviceList[i]),
|
||||
i,
|
||||
PluginInterface::SamplingDevice::PhysicalDevice,
|
||||
false,
|
||||
PluginInterface::SamplingDevice::StreamSingleTx,
|
||||
limeSDRParams.m_nbTxChannels,
|
||||
j));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user