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