mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-03-12 13:13:21 +00:00
One enum icmp_te_type member is not in doxygen docs - fix it.
This commit is contained in:
parent
2980f7cc58
commit
927990d94e
@ -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…
x
Reference in New Issue
Block a user