From 8310444f5484546d3366990ec65d3459070ca9fa Mon Sep 17 00:00:00 2001 From: Joe Kerman Date: Fri, 30 Sep 2011 13:50:11 -0500 Subject: Added fastio.h support for at90usb1286 (for teensylu) --- Sprinter/fastio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Sprinter/fastio.h') 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 -- cgit v1.2.1