mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-09-19 12:34:48 -04:00
Merge pull request #599 from GullCode/proc_mictx-warning-fix
Fix for warning: 'MicTXProcessor::modulator' should be initialized
This commit is contained in:
commit
6467e5e7e6
1 changed files with 1 additions and 1 deletions
|
@ -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 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue