kopia lustrzana https://github.com/AlexandreRouma/SDRPlusPlus
fixed not init variable
rodzic
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;
|
||||
};
|
Ładowanie…
Reference in New Issue