aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board/Buttons.h
diff options
context:
space:
mode:
authorMichael <github@atinyhedgehog.za.net>2013-06-22 11:58:25 +0200
committerMichael <github@atinyhedgehog.za.net>2013-06-22 11:58:25 +0200
commit4a4b9d3051e43a6495b28e9c7eb79674fcf1e46d (patch)
treeaab0bcdc18552856253048bc78e5d68352fcd378 /LUFA/Drivers/Board/Buttons.h
parent7362abcd8a37227b9b56a4bff3dd535edc7ee5cd (diff)
downloadlufa-4a4b9d3051e43a6495b28e9c7eb79674fcf1e46d.tar.gz
lufa-4a4b9d3051e43a6495b28e9c7eb79674fcf1e46d.tar.bz2
lufa-4a4b9d3051e43a6495b28e9c7eb79674fcf1e46d.zip
Add U2S board support
Includes board definition files and patch for AVRISPMKII to move the reset line for pin compatibility. http://sites.google.com/site/megau2s/
Diffstat (limited to 'LUFA/Drivers/Board/Buttons.h')
-rw-r--r--LUFA/Drivers/Board/Buttons.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/Drivers/Board/Buttons.h b/LUFA/Drivers/Board/Buttons.h
index 75d5ec3db..a74cbd46b 100644
--- a/LUFA/Drivers/Board/Buttons.h
+++ b/LUFA/Drivers/Board/Buttons.h
@@ -157,6 +157,8 @@
#include "AVR8/STANGE_ISP/Buttons.h"
#elif (BOARD == BOARD_C3_XPLAINED)
#include "XMEGA/C3_XPLAINED/Buttons.h"
+ #elif (BOARD == BOARD_U2S)
+ #include "AVR8/U2S/Buttons.h"
#else
#include "Board/Buttons.h"
#endif