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