summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Dahlman <gdahlman@hotmail.com>2011-11-03 23:25:08 -0700
committerGreg Dahlman <gdahlman@hotmail.com>2011-11-03 23:25:08 -0700
commit4506c497a46c5ed1acfea25969c5453d42b73276 (patch)
treeaee38fe2bc118ea1252b9ffe6f365b3e7cd075a9
parent105eedeffa6b9947d9a1fed3274d39958017173c (diff)
Added missing #endif to pins.h
-rw-r--r--Sprinter/pins.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Sprinter/pins.h b/Sprinter/pins.h
index cc6265c..fad0a6e 100644
--- a/Sprinter/pins.h
+++ b/Sprinter/pins.h
@@ -734,6 +734,10 @@
#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!