mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-05-04 21:24:07 -04:00
Merge branch 'f4exb:master' into mac_ci
This commit is contained in:
commit
76760c0704
@ -126,6 +126,9 @@ void SSBMod::start()
|
||||
DSPSignalNotification *dspMsg = new DSPSignalNotification(m_basebandSampleRate, m_centerFrequency);
|
||||
m_basebandSource->getInputMessageQueue()->push(dspMsg);
|
||||
|
||||
SSBModBaseband::MsgConfigureSSBModBaseband *msg = SSBModBaseband::MsgConfigureSSBModBaseband::create(m_settings, true);
|
||||
m_basebandSource->getInputMessageQueue()->push(msg);
|
||||
|
||||
m_running = true;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user