Add missing BOARD_POLOLUMICRO definition.
authorDean Camera <dean@fourwalledcubicle.com>
Sun, 3 Apr 2016 07:26:37 +0000 (17:26 +1000)
committerDean Camera <dean@fourwalledcubicle.com>
Sun, 3 Apr 2016 07:26:37 +0000 (17:26 +1000)
BuildTests/BoardDriverTest/BoardDeviceMap.cfg
LUFA/Common/BoardTypes.h

index 18a502f..096d889 100644 (file)
@@ -73,6 +73,7 @@ BOARD_STANGE_ISP        = AVR8  : at90usb162     :
 BOARD_U2S               = AVR8  : atmega32u2     :
 BOARD_YUN               = AVR8  : atmega32u4     :
 BOARD_MICRO             = AVR8  : atmega32u4     :
+BOARD_POLOLUMICRO       = AVR8  : atmega32u4     :
 BOARD_XPLAINED_MINI     = AVR8  : atmega32u4     :
 #
 # ----------------- XMEGA Boards -----------------
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