From aac6724398c6773270e87c9c1018ea4567bcafa1 Mon Sep 17 00:00:00 2001 From: InsanityAutomation Date: Sat, 23 Jan 2021 11:48:02 -0500 Subject: [PATCH] Update pins_GMARSH_EBAB.h --- Marlin/src/pins/lpc1768/pins_GMARSH_EBAB.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/src/pins/lpc1768/pins_GMARSH_EBAB.h b/Marlin/src/pins/lpc1768/pins_GMARSH_EBAB.h index fc1a78810b..d83e428be5 100644 --- a/Marlin/src/pins/lpc1768/pins_GMARSH_EBAB.h +++ b/Marlin/src/pins/lpc1768/pins_GMARSH_EBAB.h @@ -21,7 +21,7 @@ */ #pragma once -#if !defined(MCU_LPC1768) && !defined(MCU_LPC1769) +#if NOT_TARGET(MCU_LPC1768) && NOT_TARGET(MCU_LPC1769) #error "Oops! Make sure you have the LPC1768 environment selected in your IDE for 1778 and LPC1769 for 4078." #endif