Add support for the XMEGA C3 Xplained board.
This commit is contained in:
parent
8474262728
commit
fdf50e9411
12 changed files with 377 additions and 29 deletions
|
|
@ -149,6 +149,8 @@
|
|||
#include "UC3/UC3A3_XPLAINED/Board.h"
|
||||
#elif (BOARD == BOARD_STANGE_ISP)
|
||||
#include "AVR8/STANGE_ISP/Board.h"
|
||||
#elif (BOARD == BOARD_C3_XPLAINED)
|
||||
#include "XMEGA/C3_XPLAINED/Board.h"
|
||||
#else
|
||||
#include "Board/Board.h"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue