Added const modifiers to device mode class drivers.
[pub/USBasp.git] / Demos / Device / LowLevel / RNDISEthernet / Lib / ICMP.c
index da4ffcf..6ff3311 100644 (file)
@@ -40,8 +40,8 @@
 /** Processes an ICMP packet inside an Ethernet frame, and writes the appropriate response\r
  *  to the output Ethernet frame if the host is issuing a ICMP ECHO request.\r
  *\r
- *  \param InDataStart   Pointer to the start of the incoming packet's ICMP header\r
- *  \param OutDataStart  Pointer to the start of the outgoing packet's ICMP header\r
+ *  \param[in] InDataStart    Pointer to the start of the incoming packet's ICMP header\r
+ *  \param[out] OutDataStart  Pointer to the start of the outgoing packet's ICMP header\r
  *\r
  *  \return The number of bytes written to the out Ethernet frame if any, NO_RESPONSE otherwise\r
  */\r