From 4342a0f51287330ba013134933ed172839c79ff0 Mon Sep 17 00:00:00 2001 From: ellensp <530024+ellensp@users.noreply.github.com> Date: Sat, 6 Sep 2025 14:13:16 +1200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Fix=20RAMPS=20MINIPANEL=20BEEPER?= =?UTF-8?q?=5FPIN=20(#28033)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Marlin/src/pins/ramps/pins_RAMPS.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/src/pins/ramps/pins_RAMPS.h b/Marlin/src/pins/ramps/pins_RAMPS.h index 6b4795adff..f3aecb247b 100644 --- a/Marlin/src/pins/ramps/pins_RAMPS.h +++ b/Marlin/src/pins/ramps/pins_RAMPS.h @@ -864,7 +864,7 @@ #elif ENABLED(MINIPANEL) #ifndef BEEPER_PIN - #define BEEPER_PIN AUX2_08_PIN + #define BEEPER_PIN AUX2_08 #endif #define LCD_BACKLIGHT_PIN AUX2_10