projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add CDC Host class driver EVENT_CDC_Host_ControLineStateChanged() event.
[pub/USBasp.git]
/
Demos
/
Device
/
ClassDriver
/
RNDISEthernet
/
Lib
/
ProtocolDecoders.c
diff --git
a/Demos/Device/ClassDriver/RNDISEthernet/Lib/ProtocolDecoders.c
b/Demos/Device/ClassDriver/RNDISEthernet/Lib/ProtocolDecoders.c
index
d4e2ceb
..
c6cd52a
100644
(file)
--- a/
Demos/Device/ClassDriver/RNDISEthernet/Lib/ProtocolDecoders.c
+++ b/
Demos/Device/ClassDriver/RNDISEthernet/Lib/ProtocolDecoders.c
@@
-51,7
+51,7
@@
\r
/** Decodes an Ethernet frame header and prints its contents to through the USART in a human readable format.
\r
*
\r
\r
/** Decodes an Ethernet frame header and prints its contents to through the USART in a human readable format.
\r
*
\r
- * \param[in]
InDataStart Pointer to the start of an Ethernet frame header
\r
+ * \param[in]
FrameINData Pointer to the start of an Ethernet frame information structure
\r
*/
\r
void DecodeEthernetFrameHeader(Ethernet_Frame_Info_t* FrameINData)
\r
{
\r
*/
\r
void DecodeEthernetFrameHeader(Ethernet_Frame_Info_t* FrameINData)
\r
{
\r