projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Renamed all library events to properly seperate out Device and Host mode events....
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
Class
/
Device
/
CDC.c
diff --git
a/LUFA/Drivers/USB/Class/Device/CDC.c
b/LUFA/Drivers/USB/Class/Device/CDC.c
index
9ed20e4
..
9da0ed1
100644
(file)
--- a/
LUFA/Drivers/USB/Class/Device/CDC.c
+++ b/
LUFA/Drivers/USB/Class/Device/CDC.c
@@
-39,7
+39,7
@@
void CDC_Device_Event_Stub(void)
\r
}
\r
\r
-void CDC_Device_ProcessControl
Packe
t(USB_ClassInfo_CDC_Device_t* CDCInterfaceInfo)
\r
+void CDC_Device_ProcessControl
Reques
t(USB_ClassInfo_CDC_Device_t* CDCInterfaceInfo)
\r
{
\r
if (!(Endpoint_IsSETUPReceived()))
\r
return;
\r