projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add extra tests to the MassStorage device demo and class driver for validating comman...
[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
a2ba253
..
ac63f0f
100644
(file)
--- a/
Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.c
+++ b/
Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.c
@@
-158,9
+158,9
@@
ISR(USART1_RX_vect, ISR_BLOCK)
\r
/** Event handler for the CDC Class driver Line Encoding Changed event.
\r
*
\r
\r
/** Event handler for the CDC Class driver Line Encoding Changed event.
\r
*
\r
- * \param CDCInterfaceInfo Pointer to the CDC class interface configuration structure being referenced
\r
+ * \param
[in]
CDCInterfaceInfo Pointer to the CDC class interface configuration structure being referenced
\r
*/
\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
uint8_t ConfigMask = 0;
\r
\r
{
\r
uint8_t ConfigMask = 0;
\r
\r