From 80b2370bc3c2c7df2c0850793311b8a45f9df763 Mon Sep 17 00:00:00 2001 From: f4exb Date: Fri, 12 Jul 2024 05:00:12 +0200 Subject: [PATCH] WDSP RXA: do not activate frequency shift initially --- wdsp/RXA.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wdsp/RXA.cpp b/wdsp/RXA.cpp index 6341910fa..fe9475ac5 100644 --- a/wdsp/RXA.cpp +++ b/wdsp/RXA.cpp @@ -120,7 +120,7 @@ RXA* RXA::create_rxa ( // Ftequency shifter - shift to select a slice of spectrum rxa->shift.p = SHIFT::create_shift ( - 1, // run + 0, // run rxa->dsp_insize, // input buffer size rxa->inbuff, // pointer to input buffer rxa->inbuff, // pointer to output buffer