From 7a8577438ac2646ec02bcdb7d3ec7f6da6b42df8 Mon Sep 17 00:00:00 2001 From: Tom-on64 Date: Fri, 24 Apr 2026 14:15:28 +0200 Subject: [PATCH] Added SAMPLE_RATE to const.h --- const.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/const.h b/const.h index f5e015b..cbb1b6f 100644 --- a/const.h +++ b/const.h @@ -12,4 +12,7 @@ #define AMEN_BUTTON 8 #define AUDIO_OUTPUT 0 -#define STATUS_LED 1 \ No newline at end of file +#define STATUS_LED 1 + +#define SAMPLE_RATE 44100.0f +