Add missing BOARD_POLOLUMICRO definition.
[pub/USBasp.git] / LUFA / Common / BoardTypes.h
index 2c1ea7b..212374f 100644 (file)
                        /** 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