mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-02-04 21:39:49 +00:00
Fixed complier error for CHECKSUM_CHECK_TCP==0
This commit is contained in:
parent
c9e1d6cca8
commit
f4c0018d7a
@ -104,7 +104,9 @@ tcp_input(struct pbuf *p, struct netif *inp)
|
||||
#endif /* SO_REUSE */
|
||||
u8_t hdrlen;
|
||||
err_t err;
|
||||
#if CHECKSUM_CHECK_TCP
|
||||
u16_t chksum;
|
||||
#endif /* CHECKSUM_CHECK_TCP */
|
||||
|
||||
PERF_START;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user