mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-02-17 13:14:18 -05:00
Initialize Spectrum FIFO pointer to nullptr.
This commit is contained in:
parent
faf0fd6b91
commit
f134e63f05
@ -84,7 +84,7 @@ public:
|
|||||||
private:
|
private:
|
||||||
WaterfallView waterfall_view;
|
WaterfallView waterfall_view;
|
||||||
FrequencyScale frequency_scale;
|
FrequencyScale frequency_scale;
|
||||||
ChannelSpectrumFIFO* fifo;
|
ChannelSpectrumFIFO* fifo { nullptr };
|
||||||
|
|
||||||
void on_channel_spectrum(const ChannelSpectrum& spectrum);
|
void on_channel_spectrum(const ChannelSpectrum& spectrum);
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user