projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Minor updates to the Benito programmer - remove redundant PORT register manipulations.
[pub/USBasp.git]
/
Demos
/
Device
/
ClassDriver
/
USBtoSerial
/
USBtoSerial.h
diff --git
a/Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.h
b/Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.h
index
d0d4edb
..
3ee7e89
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_Device_t* CDCInterfaceInfo);
\r
+ void EVENT_CDC_Device_LineEncodingChanged(USB_ClassInfo_CDC_Device_t*
const
CDCInterfaceInfo);
\r
\r
#endif
\r
\r
#endif
\r