summaryrefslogtreecommitdiff
path: root/Sprinter
diff options
context:
space:
mode:
authorGreg Dahlman <gdahlman@hotmail.com>2011-11-03 23:32:57 -0700
committerGreg Dahlman <gdahlman@hotmail.com>2011-11-03 23:32:57 -0700
commit318c7b4f64ec0a1734106a5858d2345905b48929 (patch)
tree440848620fba131060b459261d5224056ff9b902 /Sprinter
parent105eedeffa6b9947d9a1fed3274d39958017173c (diff)
Edited pins.h to add missing #endif
Diffstat (limited to 'Sprinter')
-rw-r--r--Sprinter/pins.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Sprinter/pins.h b/Sprinter/pins.h
index cc6265c..ed0420f 100644
--- a/Sprinter/pins.h
+++ b/Sprinter/pins.h
@@ -734,6 +734,9 @@
#define TEMP_1_PIN 38 //Bed
#define FAN_PIN -1
#define PS_ON_PIN 21
+
+#endif
+
/****************************************************************************************
* Teensylu 0.7 pin assingments (ATMEGA90USB)
* Requires the Teensyduino software with Teensy2.0++ selected in arduino IDE!