Merge pull request #599 from GullCode/proc_mictx-warning-fix

Fix for warning: 'MicTXProcessor::modulator' should be initialized
This commit is contained in:
Erwin Ried 2022-04-22 09:59:08 +02:00 committed by GitHub
commit 6467e5e7e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 };