diff --git a/src/main_window.cpp b/src/main_window.cpp index d67015bb..cdce8786 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(90500000); +watcher freq((uint64_t)90500000); int demod = 1; watcher vfoFreq(92000000.0f); float dummyVolume = 1.0f;