diff options
author | Greg Dahlman <gdahlman@hotmail.com> | 2011-11-03 23:25:08 -0700 |
---|---|---|
committer | Greg Dahlman <gdahlman@hotmail.com> | 2011-11-03 23:25:08 -0700 |
commit | 4506c497a46c5ed1acfea25969c5453d42b73276 (patch) | |
tree | aee38fe2bc118ea1252b9ffe6f365b3e7cd075a9 | |
parent | 105eedeffa6b9947d9a1fed3274d39958017173c (diff) |
Added missing #endif to pins.h
-rw-r--r-- | Sprinter/pins.h | 4 |
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! |