mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-10-30 08:28:09 +01:00
fixed not init variable
This commit is contained in:
@@ -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;
|
||||
};
|
||||
Reference in New Issue
Block a user