From 12c53377f607f3f548ff55b0cbbe313008441080 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Hamal=20Dvo=C5=99=C3=A1k?= Date: Wed, 10 Jul 2024 10:10:13 +0200 Subject: [PATCH] Use shorter queue to decrease latency --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 26801dc..1f0e808 100644 --- a/src/main.c +++ b/src/main.c @@ -27,7 +27,7 @@ #define IQ_SAMPLES 32 #define IQ_BLOCK_LEN (2 * IQ_SAMPLES) -#define IQ_QUEUE_LEN 64 +#define IQ_QUEUE_LEN 4 #define XOR_ADDR 0x1000 #define LO_COS_ACCUMULATOR (&pio1->sm[2].pinctrl)