From d3e403df33f2a17f5b76a8d5f77802f695a4eb7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Hamal=20Dvo=C5=99=C3=A1k?= Date: Fri, 23 Feb 2024 20:30:02 +0100 Subject: [PATCH] Remove unneeded constants --- src/main.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main.c b/src/main.c index 2a7bf2b..4efaab9 100644 --- a/src/main.c +++ b/src/main.c @@ -40,10 +40,6 @@ #define CLK_SYS_HZ (250 * MHZ) #define BANDWIDTH 100000 -#define EXTRA_BITS 8 -#define NUM_SAMPLES 128 -#define LPF_SAMPLES 0 /* 4 */ - #define IQ_BLOCK_LEN 32 #define XOR_ADDR 0x1000