From ce74e4b3e4889fec859ea2815ad8ae6c610bc726 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Wed, 18 Sep 2019 00:28:14 -0500 Subject: [PATCH] =?UTF-8?q?Undefine=E2=80=A6=20redux?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Marlin/src/pins/pins.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/src/pins/pins.h b/Marlin/src/pins/pins.h index e2326dc2b5..bae9f523cf 100644 --- a/Marlin/src/pins/pins.h +++ b/Marlin/src/pins/pins.h @@ -789,10 +789,10 @@ #if DISABLED(PSU_CONTROL) || !PIN_EXISTS(PS_ON) #undef PS_ON_PIN #endif -#if !PIN_EXISTS(KILL_PIN) +#if !PIN_EXISTS(KILL) #undef KILL_PIN #endif -#if !PIN_EXISTS(SUICIDE_PIN) +#if !PIN_EXISTS(SUICIDE) #undef SUICIDE_PIN #endif