X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/abc7dce10c03bcbc9659e1a9643cec30c465867d..a7ade9f28dac6b42e2a85823ec80d5539c176667:/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) {