From 55606f1bdc264a7b4b6b5e3f83867069d9538396 Mon Sep 17 00:00:00 2001 From: Kliment Yanev Date: Sat, 3 Sep 2011 18:51:27 +0200 Subject: Fix missing newline in pins.h that prevents max6675 support from working --- Sprinter/pins.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Sprinter/pins.h') diff --git a/Sprinter/pins.h b/Sprinter/pins.h index 0d861cc..3cc92dc 100644 --- a/Sprinter/pins.h +++ b/Sprinter/pins.h @@ -436,7 +436,8 @@ // SPI for Max6675 Thermocouple #ifndef SDSUPPORT -// these pins are defined in the SD library if building with SD support #define SCK_PIN 52 +// these pins are defined in the SD library if building with SD support + #define SCK_PIN 52 #define MISO_PIN 50 #define MOSI_PIN 51 #define MAX6675_SS 53 -- cgit v1.2.1