X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/e3ff5516598e8d9258b7ce17f5ecb9496a93cd46..75b68126d01306347626215ec8ad1537c903e4cd:/LUFA/Common/BoardTypes.h diff --git a/LUFA/Common/BoardTypes.h b/LUFA/Common/BoardTypes.h index 2c1ea7ba3..212374ff3 100644 --- a/LUFA/Common/BoardTypes.h +++ b/LUFA/Common/BoardTypes.h @@ -240,8 +240,11 @@ /** Selects the Arduino Micro specific board drivers, including the driver for the board LEDs. */ #define BOARD_MICRO 58 + /** Selects the Pololu A-Star Micro specific board drivers, including the driver for the board LEDs. */ + #define BOARD_POLOLUMICRO 59 + /** Selects the Atmel Xplained-MINI specific board drivers, including the driver for the board LEDs. */ - #define BOARD_XPLAINED_MINI 59 + #define BOARD_XPLAINED_MINI 60 #if !defined(__DOXYGEN__) #define BOARD_ BOARD_NONE