1
0

Add missing BOARD_POLOLUMICRO definition.

This commit is contained in:
Dean Camera
2016-04-03 17:26:37 +10:00
parent e3ff551659
commit 75b68126d0
2 changed files with 5 additions and 1 deletions

View File

@@ -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