X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/4897ef8972d1cff73d39abf282e85d253dd119f2..d37d419ffa419911d0488f50f65a77b1f8ecacce:/Demos/Device/RNDISEthernet/Lib/IP.c diff --git a/Demos/Device/RNDISEthernet/Lib/IP.c b/Demos/Device/RNDISEthernet/Lib/IP.c index 08500450c..c5c38fcad 100644 --- a/Demos/Device/RNDISEthernet/Lib/IP.c +++ b/Demos/Device/RNDISEthernet/Lib/IP.c @@ -39,6 +39,7 @@ /** Processes an IP packet inside an Ethernet frame, and writes the appropriate response * to the output Ethernet frame if one is created by a subprotocol handler. * + * \param FrameIN Pointer to the incomming Ethernet frame information structure * \param InDataStart Pointer to the start of the incoming packet's IP header * \param OutDataStart Pointer to the start of the outgoing packet's IP header *