X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/956f9e3709ff56acf37f2f446668b6d1411154f4..fc4d3ab4003743718d0849d3c963d1fa55c4954f:/Demos/Device/ClassDriver/RNDISEthernet/Lib/ICMP.h?ds=inline diff --git a/Demos/Device/ClassDriver/RNDISEthernet/Lib/ICMP.h b/Demos/Device/ClassDriver/RNDISEthernet/Lib/ICMP.h index 54e219480..cf755f7d2 100644 --- a/Demos/Device/ClassDriver/RNDISEthernet/Lib/ICMP.h +++ b/Demos/Device/ClassDriver/RNDISEthernet/Lib/ICMP.h @@ -67,7 +67,7 @@ /** Type define for an ICMP message header. */ typedef struct { - uint8_t Type; /**< ICMP message type, a ICMP_TYPE_* constant */ + uint8_t Type; /**< ICMP message type, an \c ICMP_TYPE_* constant */ uint8_t Code; /**< ICMP message code, indicating the message value */ uint16_t Checksum; /**< Ethernet checksum of the ICMP message */ uint16_t Id; /**< Id of the ICMP message */