Added board hardware driver support for the Busware CUL V3 board.

Added SVN eol-style property to the library driver files that are missing it.
This commit is contained in:
Dean Camera 2010-10-06 12:40:20 +00:00
parent accadba2dd
commit ccc82ce745
15 changed files with 1194 additions and 960 deletions

View file

@ -125,6 +125,8 @@
#include "BUI/LEDs.h"
#elif (BOARD == BOARD_UNO)
#include "UNO/LEDs.h"
#elif (BOARD == BOARD_CULV3)
#include "CULV3/LEDs.h"
#elif (BOARD == BOARD_USER)
#include "Board/LEDs.h"
#endif