Added board hardware driver support for the Minimus board (thanks to the PSGroove team).

This commit is contained in:
Dean Camera 2010-10-17 23:14:03 +00:00
parent 9aa94fee81
commit 06f222b3ed
8 changed files with 240 additions and 3 deletions

View file

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