From a7ade9f28dac6b42e2a85823ec80d5539c176667 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Tue, 11 Aug 2009 10:02:50 +0000 Subject: Add CDC Host class driver EVENT_CDC_Host_ControLineStateChanged() event. Minor documentation fixes. --- Demos/Device/ClassDriver/RNDISEthernet/Lib/ProtocolDecoders.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '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 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) { -- cgit v1.2.3