summaryrefslogtreecommitdiff
path: root/Sprinter/fastio.h
diff options
context:
space:
mode:
authorJoe Kerman <jkerman@gmail.com>2011-09-30 13:50:11 -0500
committerJoe Kerman <jkerman@gmail.com>2011-09-30 13:50:11 -0500
commit8310444f5484546d3366990ec65d3459070ca9fa (patch)
tree7846a5d6ad948b4e0f778b51e677ad51c112102d /Sprinter/fastio.h
parentf8325693088967c7a7e1dfb7c4ab6308f07238bb (diff)
Added fastio.h support for at90usb1286 (for teensylu)
Diffstat (limited to 'Sprinter/fastio.h')
-rw-r--r--Sprinter/fastio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Sprinter/fastio.h b/Sprinter/fastio.h
index 73410cb..6b5572a 100644
--- a/Sprinter/fastio.h
+++ b/Sprinter/fastio.h
@@ -1904,7 +1904,7 @@ pins
#endif
-#if defined (__AVR_AT90USB1287__)
+#if defined (__AVR_AT90USB1287__) || defined (__AVR_AT90USB1286__)
// SPI
#define SCK DIO9
#define MISO DIO11