diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-02-01 21:28:25 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-02-01 21:28:25 +0000 |
commit | fc4d3ab4003743718d0849d3c963d1fa55c4954f (patch) | |
tree | 72a8811e57bbfb7c0f83c2fab60154b77ae7ad22 /Demos/Device/LowLevel/RNDISEthernet | |
parent | 956f9e3709ff56acf37f2f446668b6d1411154f4 (diff) | |
download | lufa-fc4d3ab4003743718d0849d3c963d1fa55c4954f.tar.gz lufa-fc4d3ab4003743718d0849d3c963d1fa55c4954f.tar.bz2 lufa-fc4d3ab4003743718d0849d3c963d1fa55c4954f.zip |
Minor documentation improvements.
Diffstat (limited to 'Demos/Device/LowLevel/RNDISEthernet')
-rw-r--r-- | Demos/Device/LowLevel/RNDISEthernet/Lib/ICMP.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/LowLevel/RNDISEthernet/Lib/ICMP.h b/Demos/Device/LowLevel/RNDISEthernet/Lib/ICMP.h index c973cf2b3..161e1c0d9 100644 --- a/Demos/Device/LowLevel/RNDISEthernet/Lib/ICMP.h +++ b/Demos/Device/LowLevel/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 */ |