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

This commit is contained in:
Dean Camera 2010-10-17 23:06:50 +00:00
parent cb298295fb
commit b4a02fa29d
5 changed files with 9 additions and 2 deletions

View file

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