Fixed incorect BUTTONS_BUTTON1 definition for the Minimus board.
This commit is contained in:
parent
43b9d552bb
commit
73718d7c57
2 changed files with 2 additions and 1 deletions
|
|
@ -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__)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue