mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-02 19:46:45 -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:
|
||||
WaterfallView waterfall_view;
|
||||
FrequencyScale frequency_scale;
|
||||
ChannelSpectrumFIFO* fifo;
|
||||
ChannelSpectrumFIFO* fifo { nullptr };
|
||||
|
||||
void on_channel_spectrum(const ChannelSpectrum& spectrum);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue