mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-09 15:12:35 -04:00
Initialize Spectrum FIFO pointer to nullptr.
This commit is contained in:
parent
faf0fd6b91
commit
f134e63f05
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue