Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
5d4478b3
Commit
5d4478b3
authored
Aug 16, 2009
by
Dean Camera
Browse files
Fix misspelt event name in the Class driver USBtoSerial demo, preventing correct operation.
parent
3a85962f
Changes
2
Show whitespace changes
Inline
Side-by-side
Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.c
View file @
5d4478b3
...
...
@@ -137,7 +137,7 @@ void EVENT_USB_Device_ConfigurationChanged(void)
}
/** Event handler for the library USB Unhandled Control Request event. */
void
EVENT_USB_Device_UnhandledControl
Packe
t
(
void
)
void
EVENT_USB_Device_UnhandledControl
Reques
t
(
void
)
{
CDC_Device_ProcessControlRequest
(
&
VirtualSerial_CDC_Interface
);
}
...
...
LUFA/ManPages/ChangeLog.txt
View file @
5d4478b3
...
...
@@ -26,6 +26,9 @@
* - Fixed swapped paremeters in the HID state memory copy call while processing a HID PUSH item in the HID report parser
* - Fixed memory corruption HID report parser when too many COLLECTION or PUSH items were processed
* - Fixed HID report parser not resetting the FEATURE item count when a REPORT ID item is encountered
* - Fixed USBtoSerial demos not reading in UDR1 when the USART receives data but the USB interface is not enumerated,
* causing continuous USART receive interrupts
* - Fixed misspelt event name in the Class driver USBtoSerial demo, preventing correct operation
*
*
* \section Sec_ChangeLog090810 Version 090810
...
...
Write
Preview
Markdown
is supported
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