Skip to content

Commit

Permalink
Merge branch 'fix_2378' of https://github.com/srcejon/sdrangel into f…
Browse files Browse the repository at this point in the history
…ix_2378
  • Loading branch information
srcejon committed Jan 21, 2025
2 parents 52d59b8 + 3c7fd19 commit 9f61152
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/channeltx/modssb/ssbmod.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ SSBMod::SSBMod(DeviceAPI *deviceAPI) :
m_basebandSource->setSpectrumSink(&m_spectrumVis);
m_basebandSource->setInputFileStream(&m_ifstream);
m_basebandSource->setChannel(this);
m_basebandSource->setCWKeyer(&m_cwKeyer);
m_basebandSource->moveToThread(m_thread);

applySettings(m_settings, true);
Expand Down

0 comments on commit 9f61152

Please sign in to comment.