Fix board name redefinition in BoardTypes.h (thanks to Daniel Czigany).
This commit is contained in:
parent
e61345f872
commit
546ab8712e
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@
|
||||||
#define BOARD_UDIP 16
|
#define BOARD_UDIP 16
|
||||||
|
|
||||||
/** Selects the BUI specific board drivers, including the driver for the board LEDs. */
|
/** Selects the BUI specific board drivers, including the driver for the board LEDs. */
|
||||||
#define BOARD_UDIP 17
|
#define BOARD_BUI 17
|
||||||
|
|
||||||
#if !defined(__DOXYGEN__)
|
#if !defined(__DOXYGEN__)
|
||||||
#define BOARD_ BOARD_NONE
|
#define BOARD_ BOARD_NONE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue