X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/c69a6236529416aa134cbfcd04a8f05eff987948..fd39bcf72bb2a49748b8e5b7c17234e5f3f79020:/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