Added board hardware driver support for the Maximus board (thanks to the PSGroove team).
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user