X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/b9b03aadb219d06fbad9d110e508db93e45461af..be9d0a5aa97c84cc8723f69f2b88576965e386aa:/Demos/Device/LowLevel/RNDISEthernet/Lib/Ethernet.c?ds=inline diff --git a/Demos/Device/LowLevel/RNDISEthernet/Lib/Ethernet.c b/Demos/Device/LowLevel/RNDISEthernet/Lib/Ethernet.c index 3d34f716a..debd322e4 100644 --- a/Demos/Device/LowLevel/RNDISEthernet/Lib/Ethernet.c +++ b/Demos/Device/LowLevel/RNDISEthernet/Lib/Ethernet.c @@ -37,7 +37,6 @@ #include "Ethernet.h" -/* Global Variables: */ /** Ethernet Frame buffer structure, to hold the incoming Ethernet frame from the host. */ Ethernet_Frame_Info_t FrameIN; @@ -116,8 +115,8 @@ void Ethernet_ProcessPacket(void) /** Calculates the appropriate ethernet checksum, consisting of the addition of the one's * compliment of each word, complimented. * - * \param Data Pointer to the packet buffer data whose checksum must be calculated - * \param Bytes Number of bytes in the data buffer to process + * \param[in] Data Pointer to the packet buffer data whose checksum must be calculated + * \param[in] Bytes Number of bytes in the data buffer to process * * \return A 16-bit Ethernet checksum value */