diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-08-11 10:02:50 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-08-11 10:02:50 +0000 |
commit | a7ade9f28dac6b42e2a85823ec80d5539c176667 (patch) | |
tree | 7fb8e2010ebb9cda0a9a7080e3cc680322de2a89 /Demos | |
parent | abc7dce10c03bcbc9659e1a9643cec30c465867d (diff) | |
download | lufa-a7ade9f28dac6b42e2a85823ec80d5539c176667.tar.gz lufa-a7ade9f28dac6b42e2a85823ec80d5539c176667.tar.bz2 lufa-a7ade9f28dac6b42e2a85823ec80d5539c176667.zip |
Add CDC Host class driver EVENT_CDC_Host_ControLineStateChanged() event.
Minor documentation fixes.
Diffstat (limited to 'Demos')
-rw-r--r-- | Demos/Device/ClassDriver/RNDISEthernet/Lib/ProtocolDecoders.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/ClassDriver/RNDISEthernet/Lib/ProtocolDecoders.c b/Demos/Device/ClassDriver/RNDISEthernet/Lib/ProtocolDecoders.c index d4e2ceb86..c6cd52afa 100644 --- a/Demos/Device/ClassDriver/RNDISEthernet/Lib/ProtocolDecoders.c +++ b/Demos/Device/ClassDriver/RNDISEthernet/Lib/ProtocolDecoders.c @@ -51,7 +51,7 @@ /** Decodes an Ethernet frame header and prints its contents to through the USART in a human readable format.
*
- * \param[in] InDataStart Pointer to the start of an Ethernet frame header
+ * \param[in] FrameINData Pointer to the start of an Ethernet frame information structure
*/
void DecodeEthernetFrameHeader(Ethernet_Frame_Info_t* FrameINData)
{
|