X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/c69a6236529416aa134cbfcd04a8f05eff987948..0c3cc140065851b10a697ffc6467f1ec8a018b6a:/LUFA/Common/BoardTypes.h diff --git a/LUFA/Common/BoardTypes.h b/LUFA/Common/BoardTypes.h index 06ff4ddb4..48e3306d1 100644 --- a/LUFA/Common/BoardTypes.h +++ b/LUFA/Common/BoardTypes.h @@ -240,6 +240,9 @@ /** Selects the Arduino Micro specific board drivers, including the driver for the board LEDs. */ #define BOARD_MICRO 58 + /** Selects the Atmel Xplained-MINI specific board drivers, including the driver for the board LEDs. */ + #define BOARD_XPLAINED_MINI 59 + #if !defined(__DOXYGEN__) #define BOARD_ BOARD_NONE