From d03b754b081f8c774944b4564c015109d42f9ebb Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Tue, 5 Feb 2013 13:37:10 +0100 Subject: [PATCH] arduino.h: add the AT90USB1286. Thanks for the patch, DaveX. --- arduino.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arduino.h b/arduino.h index 5c01ae1..10d7a51 100644 --- a/arduino.h +++ b/arduino.h @@ -82,7 +82,7 @@ #include "arduino_1280.h" #endif -#if defined (__AVR_AT90USB1287__) +#if defined (__AVR_AT90USB1287__) || defined (__AVR_AT90USB1286__) #include "arduino_usb1287.h" #endif