Skip to content

Commit

Permalink
Add missing BOARD_POLOLUMICRO definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
abcminiuser committed Apr 3, 2016
1 parent e3ff551 commit 75b6812
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions BuildTests/BoardDriverTest/BoardDeviceMap.cfg
Expand Up @@ -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 -----------------
Expand Down
5 changes: 4 additions & 1 deletion LUFA/Common/BoardTypes.h
Expand Up @@ -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
Expand Down

0 comments on commit 75b6812

Please sign in to comment.