Added board hardware driver support for the EVK1104 board.

Fix inverted LEDs_GetLEDs() result for the EVK1100 and EVK1101 boards.
This commit is contained in:
Dean Camera 2011-06-27 13:41:06 +00:00
parent 8cc3fd56d9
commit 8c3d421a01
10 changed files with 263 additions and 3 deletions

View file

@ -169,6 +169,8 @@
#include "AVR8/TUL/LEDs.h"
#elif (BOARD == BOARD_EVK1100)
#include "UC3/EVK1100/LEDs.h"
#elif (BOARD == BOARD_EVK1104)
#include "UC3/EVK1104/LEDs.h"
#else
#include "Board/LEDs.h"
#endif