Fix errors in the new Micropendous board drivers. Reorder the board definition macro indexes so that misspelled board names default to BOARD_USER rather then BOARD_USBKEY.
This commit is contained in:
parent
10a56f6105
commit
3dacb73af3
5 changed files with 47 additions and 37 deletions
|
|
@ -175,7 +175,7 @@
|
|||
#include "XMEGA/A3BU_XPLAINED/LEDs.h"
|
||||
#elif ((BOARD == BOARD_USB2AX) || (BOARD == BOARD_USB2AX_V3))
|
||||
#include "AVR8/USB2AX/LEDs.h"
|
||||
#elif (BOARD_MICROPENDOUS_32U2)
|
||||
#elif (BOARD == BOARD_MICROPENDOUS_32U2)
|
||||
#include "AVR8/MICROPENDOUS/LEDs.h"
|
||||
#else
|
||||
#include "Board/LEDs.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue