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