mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-08-18 14:01:46 +02:00
fixed not init variable
This commit is contained in:
@@ -51,6 +51,6 @@ private:
|
|||||||
double tuneOffset;
|
double tuneOffset;
|
||||||
double currentFreq;
|
double currentFreq;
|
||||||
double ifFreq = 0.0;
|
double ifFreq = 0.0;
|
||||||
TuningMode tuneMode;
|
TuningMode tuneMode = TuningMode::NORMAL;
|
||||||
dsp::stream<dsp::complex_t> nullSource;
|
dsp::stream<dsp::complex_t> nullSource;
|
||||||
};
|
};
|
Reference in New Issue
Block a user