diff --git a/src/main_window.cpp b/src/main_window.cpp index 63d8f601..d67015bb 100644 --- a/src/main_window.cpp +++ b/src/main_window.cpp @@ -41,7 +41,7 @@ dsp::NullSink sink; int devId = 0; int srId = 0; watcher bandplanId(0, true); -watcher freq(90500000Ui64); +watcher freq(90500000); int demod = 1; watcher vfoFreq(92000000.0f); float dummyVolume = 1.0f;