mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 05:24:37 +08: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