projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Break device mode class driver interfaces into seperate config and state structs...
[pub/lufa.git]
/
Demos
/
Device
/
ClassDriver
/
USBtoSerial
/
USBtoSerial.h
diff --git
a/Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.h
b/Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.h
index
8aa29b6
..
d0d4edb
100644
(file)
--- a/
Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.h
+++ b/
Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.h
@@
-74,6
+74,6
@@
void EVENT_USB_ConfigurationChanged(void);
\r
void EVENT_USB_UnhandledControlPacket(void);
\r
\r
void EVENT_USB_ConfigurationChanged(void);
\r
void EVENT_USB_UnhandledControlPacket(void);
\r
\r
- void EVENT_CDC_Device_LineEncodingChanged(USB_ClassInfo_CDC_t* CDCInterfaceInfo);
\r
+ void EVENT_CDC_Device_LineEncodingChanged(USB_ClassInfo_CDC_
Device_
t* CDCInterfaceInfo);
\r
\r
#endif
\r
\r
#endif
\r