Added board driver support for the Busware TUL board.

This commit is contained in:
Dean Camera 2011-06-04 04:13:01 +00:00
parent 2731c3a8ae
commit 3bd6336075
8 changed files with 227 additions and 3 deletions

View file

@ -125,6 +125,8 @@
#include "AVR8/MICROSIN162/Buttons.h"
#elif (BOARD == BOARD_EVK1101)
#include "UC3/EVK1101/Buttons.h"
#elif (BOARD == BOARD_TUL)
#include "AVR8/TUL/Buttons.h"
#else
#include "Board/Buttons.h"
#endif