diff options
author | kliment <kliment.yanev@gmail.com> | 2011-11-04 01:15:01 -0700 |
---|---|---|
committer | kliment <kliment.yanev@gmail.com> | 2011-11-04 01:15:01 -0700 |
commit | 24469eaf25075451b705c3637d1ea9f11b5feebc (patch) | |
tree | 440848620fba131060b459261d5224056ff9b902 | |
parent | b98a4653d59a1a3c20a83e2a22560bdc514fbcb5 (diff) | |
parent | 318c7b4f64ec0a1734106a5858d2345905b48929 (diff) |
Merge pull request #114 from gdahlm/experimental
Add missing #endif in gen7 definition in pins.h
-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! |