From 5347ac2766dfaebf2f4d45d58c34c6376098cdfc Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sun, 25 Jan 2015 18:50:09 -0800 Subject: [PATCH] cleanup --- Marlin/pins.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/Marlin/pins.h b/Marlin/pins.h index 82717bcb4..086132266 100644 --- a/Marlin/pins.h +++ b/Marlin/pins.h @@ -1,7 +1,7 @@ /** * pins.h - * */ + #ifndef PINS_H #define PINS_H @@ -34,13 +34,7 @@ #include "pins_SETHI.h" #elif MB(RAMPS_OLD) #include "pins_RAMPS_OLD.h" -#elif MB(RAMPS_13_EFB) - #include "pins_RAMPS_13.h" -#elif MB(RAMPS_13_EEB) - #include "pins_RAMPS_13.h" -#elif MB(RAMPS_13_EFF) - #include "pins_RAMPS_13.h" -#elif MB(RAMPS_13_EEF) +#elif MB(RAMPS_13_EFB) || MB(RAMPS_13_EEB) || MB(RAMPS_13_EFF) || MB(RAMPS_13_EEF) #include "pins_RAMPS_13.h" #elif MB(DUEMILANOVE_328P) #include "pins_DUEMILANOVE_328P.h"