projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix misspelt event name in the Class driver USBtoSerial demo, preventing correct...
[pub/USBasp.git]
/
Demos
/
Device
/
ClassDriver
/
USBtoSerial
/
USBtoSerial.c
diff --git
a/Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.c
b/Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.c
index
8ef07f1
..
c46bb5d
100644
(file)
--- a/
Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.c
+++ b/
Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.c
@@
-137,7
+137,7
@@
void EVENT_USB_Device_ConfigurationChanged(void)
}
\r
\r
/** Event handler for the library USB Unhandled Control Request event. */
\r
}
\r
\r
/** Event handler for the library USB Unhandled Control Request event. */
\r
-void EVENT_USB_Device_UnhandledControl
Packe
t(void)
\r
+void EVENT_USB_Device_UnhandledControl
Reques
t(void)
\r
{
\r
CDC_Device_ProcessControlRequest(&VirtualSerial_CDC_Interface);
\r
}
\r
{
\r
CDC_Device_ProcessControlRequest(&VirtualSerial_CDC_Interface);
\r
}
\r