mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-10 21:43:31 -04:00
Initialise m_centerFrequency
This commit is contained in:
@@ -43,7 +43,8 @@ const char * const PagerDemod::m_channelId = "PagerDemod";
|
||||
PagerDemod::PagerDemod(DeviceAPI *deviceAPI) :
|
||||
ChannelAPI(m_channelIdURI, ChannelAPI::StreamSingleSink),
|
||||
m_deviceAPI(deviceAPI),
|
||||
m_basebandSampleRate(0)
|
||||
m_basebandSampleRate(0),
|
||||
m_centerFrequency(0)
|
||||
{
|
||||
setObjectName(m_channelId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user