X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/99ca3aff38fcc5c9b54dbdb7fd21dd1518a7d8e8..e37e86583cfa9735c1436e9e2450a775d7b1c0dc:/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