Fix for warning: 'MicTXProcessor::modulator' should be initialized

This commit is contained in:
GullCode 2022-04-21 21:46:55 +02:00
parent d617618dcd
commit f13d1f8b9c

View File

@ -51,7 +51,7 @@ private:
AudioInput audio_input { };
ToneGen tone_gen { };
ToneGen beep_gen { };
dsp::modulate::Modulator *modulator;
dsp::modulate::Modulator *modulator = NULL ;
bool am_enabled { false };
bool fm_enabled { true };