Add support for the Dimex Stange-ISP programmer board (thanks to Gerhard Wesser).
This commit is contained in:
parent
5fea1abd22
commit
180180e234
9 changed files with 262 additions and 2 deletions
|
|
@ -151,6 +151,8 @@
|
|||
#include "AVR8/OLIMEXISPMK2/Buttons.h"
|
||||
#elif (BOARD == BOARD_UC3A3_XPLAINED)
|
||||
#include "UC3/UC3A3_XPLAINED/Buttons.h"
|
||||
#elif (BOARD == BOARD_STANGE_ISP)
|
||||
#include "AVR8/STANGE_ISP/Buttons.h"
|
||||
#else
|
||||
#include "Board/Buttons.h"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue