mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 14:04:46 -04:00
Single channel API
This commit is contained in:
@@ -71,7 +71,7 @@ BasebandSampleSource* RemoteSourcePlugin::createTxChannelBS(DeviceAPI *deviceAPI
|
||||
return new RemoteSource(deviceAPI);
|
||||
}
|
||||
|
||||
ChannelSourceAPI* RemoteSourcePlugin::createTxChannelCS(DeviceAPI *deviceAPI)
|
||||
ChannelAPI* RemoteSourcePlugin::createTxChannelCS(DeviceAPI *deviceAPI)
|
||||
{
|
||||
return new RemoteSource(deviceAPI);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user