X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/43b9d552bb0a32c5cd5f9fa72a8cb3c871ad5ef3..73718d7c57f948560111f1641915048edb4f7852:/LUFA/Drivers/Board/MINIMUS/Buttons.h 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__)