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

@ -131,6 +131,8 @@
#include "BLACKCAT/LEDs.h"
#elif (BOARD == BOARD_MAXIMUS)
#include "MAXIMUS/LEDs.h"
#elif (BOARD == BOARD_MINIMUS)
#include "MINIMUS/LEDs.h"
#elif (BOARD == BOARD_USER)
#include "Board/LEDs.h"
#endif