Skip to content
GitLab
Menu
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
c879887d
Commit
c879887d
authored
Nov 29, 2010
by
Dean Camera
Browse files
Fixed broken HID_REQ_GetReport request handler in the Low Level GenericHID demo.
parent
82fa9149
Changes
3
Hide whitespace changes
Inline
Side-by-side
Demos/Device/LowLevel/GenericHID/GenericHID.c
View file @
c879887d
...
...
@@ -139,7 +139,7 @@ void EVENT_USB_Device_ControlRequest(void)
/* Read the report data from the control endpoint */
Endpoint_Read_Control_Stream_LE
(
&
GenericData
,
sizeof
(
GenericData
));
Endpoint_Clear
OUT
();
Endpoint_Clear
IN
();
ProcessGenericHIDReport
(
GenericData
);
}
...
...
LUFA/Drivers/Board/UNO/LEDs.h
View file @
c879887d
...
...
@@ -48,8 +48,8 @@
* @{
*/
#ifndef __LEDS_
BENIT
O_H__
#define __LEDS_
BENIT
O_H__
#ifndef __LEDS_
UN
O_H__
#define __LEDS_
UN
O_H__
/* Includes: */
#include
<avr/io.h>
...
...
LUFA/ManPages/ChangeLog.txt
View file @
c879887d
...
...
@@ -27,6 +27,7 @@
* - 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
* - Fixed broken HID_REQ_GetReport request handler in the Low Level GenericHID demo
*
* \section Sec_ChangeLog101122 Version 101122
* <b>New:</b>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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