From baf6cdb4cca7c94c56f0953cdb0d92481684eaeb Mon Sep 17 00:00:00 2001 From: Tom-on64 Date: Fri, 24 Apr 2026 15:15:32 +0200 Subject: [PATCH] Renamed AUDIO_OUT to PWM_OUT :p --- const.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/const.h b/const.h index cbb1b6f..159253e 100644 --- a/const.h +++ b/const.h @@ -11,7 +11,7 @@ #define QUANT_BUTTON 7 #define AMEN_BUTTON 8 -#define AUDIO_OUTPUT 0 +#define PWM_OUT 0 #define STATUS_LED 1 #define SAMPLE_RATE 44100.0f