diff options
author | Greg Dahlman <gdahlman@hotmail.com> | 2011-11-03 23:32:57 -0700 |
---|---|---|
committer | Greg Dahlman <gdahlman@hotmail.com> | 2011-11-03 23:32:57 -0700 |
commit | 318c7b4f64ec0a1734106a5858d2345905b48929 (patch) | |
tree | 440848620fba131060b459261d5224056ff9b902 /Sprinter | |
parent | 105eedeffa6b9947d9a1fed3274d39958017173c (diff) |
Edited pins.h to add missing #endif
Diffstat (limited to 'Sprinter')
-rw-r--r-- | Sprinter/pins.h | 3 |
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! |