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

@ -101,6 +101,8 @@
#include "USBFOO/Buttons.h"
#elif (BOARD == BOARD_UDIP)
#include "UDIP/Buttons.h"
#elif (BOARD == BOARD_CULV3)
#include "CULV3/Buttons.h"
#elif (BOARD == BOARD_USER)
#include "Board/Buttons.h"
#else