aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board/MINIMUS/Buttons.h
diff options
context:
space:
mode:
Diffstat (limited to 'LUFA/Drivers/Board/MINIMUS/Buttons.h')
-rw-r--r--LUFA/Drivers/Board/MINIMUS/Buttons.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Drivers/Board/MINIMUS/Buttons.h b/LUFA/Drivers/Board/MINIMUS/Buttons.h
index d8b5387fd..f421f73ff 100644
--- a/LUFA/Drivers/Board/MINIMUS/Buttons.h
+++ b/LUFA/Drivers/Board/MINIMUS/Buttons.h
@@ -70,7 +70,7 @@
/* Public Interface - May be used in end-application: */
/* Macros: */
/** Button mask for the first button on the board. */
- #define BUTTONS_BUTTON1 (1 << 8)
+ #define BUTTONS_BUTTON1 (1 << 7)
/* Inline Functions: */
#if !defined(__DOXYGEN__)