1
0
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:
Jon Beniston
2026-07-31 16:33:53 +01:00
parent 7842075090
commit ef3995cc26
+2 -1
View File
@@ -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);