mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-24 00:34:44 +01:00
fixed not init variable
This commit is contained in:
parent
68ba6d7d19
commit
8eed0fcc9c
@ -51,6 +51,6 @@ private:
|
||||
double tuneOffset;
|
||||
double currentFreq;
|
||||
double ifFreq = 0.0;
|
||||
TuningMode tuneMode;
|
||||
TuningMode tuneMode = TuningMode::NORMAL;
|
||||
dsp::stream<dsp::complex_t> nullSource;
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user