mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-01-07 00:39:25 -05:00
BFM demod: added initialization of message to GUI address
This commit is contained in:
parent
e35654d181
commit
d7a96f8432
@ -27,7 +27,8 @@
|
||||
MESSAGE_CLASS_DEFINITION(BFMDemodBaseband::MsgConfigureBFMDemodBaseband, Message)
|
||||
|
||||
BFMDemodBaseband::BFMDemodBaseband() :
|
||||
m_mutex(QMutex::Recursive)
|
||||
m_mutex(QMutex::Recursive),
|
||||
m_messageQueueToGUI(nullptr)
|
||||
{
|
||||
m_sampleFifo.setSize(SampleSinkFifo::getSizePolicy(48000));
|
||||
m_channelizer = new DownChannelizer(&m_sink);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user