From bcd039aa81688a7af9b29736cb779b88b0ecea90 Mon Sep 17 00:00:00 2001 From: Grogyan Date: Sat, 5 Jul 2014 17:55:03 +1200 Subject: [PATCH] Update pins.h --- Marlin/pins.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Marlin/pins.h b/Marlin/pins.h index c3644a086a..1fb2c0eb2f 100644 --- a/Marlin/pins.h +++ b/Marlin/pins.h @@ -823,9 +823,9 @@ #ifndef SDSUPPORT // these pins are defined in the SD library if building with SD support - #define MAX_SCK_PIN 52 - #define MAX_MISO_PIN 50 - #define MAX_MOSI_PIN 51 + #define SCK_PIN 52 + #define MISO_PIN 50 + #define MOSI_PIN 51 #define MAX6675_SS 53 #else #define MAX6675_SS 49