mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-16 14:11:02 +00:00
One enum icmp_te_type member is not in doxygen docs - fix it.
(cherry picked from commit 927990d94e
)
This commit is contained in:
parent
df7485de1c
commit
40fbd6bc24
@ -69,7 +69,7 @@ enum icmp_dur_type {
|
||||
|
||||
/** ICMP time exceeded codes */
|
||||
enum icmp_te_type {
|
||||
/* time to live exceeded in transit */
|
||||
/** time to live exceeded in transit */
|
||||
ICMP_TE_TTL = 0,
|
||||
/** fragment reassembly time exceeded */
|
||||
ICMP_TE_FRAG = 1
|
||||
|
Loading…
Reference in New Issue
Block a user