Added board hardware driver support for the Maximus board (thanks to the PSGroove team).
This commit is contained in:
parent
cb298295fb
commit
b4a02fa29d
5 changed files with 9 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue