arduino.h: add the AT90USB1286.

Thanks for the patch, DaveX.
This commit is contained in:
Markus Hitter 2013-02-05 13:37:10 +01:00
parent 3c5d9d8950
commit d03b754b08
1 changed files with 1 additions and 1 deletions

View File

@ -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