1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-25 04:53:27 -04:00

SSB Modulator; compiles yet non functional

This commit is contained in:
f4exb
2016-12-12 00:48:27 +01:00
parent 01e7217303
commit 12652e5214
10 changed files with 2338 additions and 2 deletions
-2
View File
@@ -232,8 +232,6 @@ void AMMod::stop()
bool AMMod::handleMessage(const Message& cmd)
{
qDebug() << "AMMod::handleMessage";
if (UpChannelizer::MsgChannelizerNotification::match(cmd))
{
UpChannelizer::MsgChannelizerNotification& notif = (UpChannelizer::MsgChannelizerNotification&) cmd;