summaryrefslogtreecommitdiff
path: root/Sprinter/pins.h
diff options
context:
space:
mode:
Diffstat (limited to 'Sprinter/pins.h')
-rw-r--r--Sprinter/pins.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Sprinter/pins.h b/Sprinter/pins.h
index c0cd697..8571d20 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