mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-03 21:14:40 +08:00
Added newline to TCP header flags debug print
This commit is contained in:
parent
6111230fe9
commit
3553efb75e
@ -1399,6 +1399,7 @@ tcp_debug_print_flags(u8_t flags)
|
|||||||
if (flags & TCP_CWR) {
|
if (flags & TCP_CWR) {
|
||||||
LWIP_DEBUGF(TCP_DEBUG, ("CWR "));
|
LWIP_DEBUGF(TCP_DEBUG, ("CWR "));
|
||||||
}
|
}
|
||||||
|
LWIP_DEBUGF(TCP_DEBUG, ("\n"));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user