Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
73718d7c
Commit
73718d7c
authored
Feb 02, 2011
by
Dean Camera
Browse files
Fixed incorect BUTTONS_BUTTON1 definition for the Minimus board.
parent
43b9d552
Changes
2
Hide whitespace changes
Inline
Side-by-side
LUFA/Drivers/Board/MINIMUS/Buttons.h
View file @
73718d7c
...
...
@@ -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__)
...
...
LUFA/ManPages/ChangeLog.txt
View file @
73718d7c
...
...
@@ -72,6 +72,7 @@
* - Fixed several functions in the Host mode Still Image Class driver returning an error code from the incorrect
* error code enum (thanks to Daniel Seibert)
* - Fixed ReportID not being removed from the feature/out report data array in the HID class driver when Report IDs are used
* - Fixed incorect BUTTONS_BUTTON1 definition for the Minimus board
* - Library Applications:
* - Fixed Benito project discarding incoming data from the USB virtual serial port when the USART is busy
* - Fixed broken DFU bootloader, added XPLAIN support for bootloader start when XCK jumpered to ground
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment