X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/ffbb30e0f86a774e6bfd866db36254fc7c8926d8..f0e5425208d94dfb7bd4da9d72f68651a9ce1589:/LUFA/Common/BoardTypes.h diff --git a/LUFA/Common/BoardTypes.h b/LUFA/Common/BoardTypes.h index 59e9bb744..378dd7f0c 100644 --- a/LUFA/Common/BoardTypes.h +++ b/LUFA/Common/BoardTypes.h @@ -216,7 +216,9 @@ /** Selects the Olimex AVR-ISP-MK2 specific board drivers, including the Button and LED drivers. */ #define BOARD_OLIMEXISPMK2 50 - + /** Selects the Arduino Leonardo specific board drivers, including the driver for the board LEDs. */ + #define BOARD_LEONARDO 51 + #if !defined(__DOXYGEN__) #define BOARD_ BOARD_NONE