mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-16 23:15:37 +00:00
parent
bbe91e356f
commit
fed15778dd
@ -475,7 +475,7 @@ tcp_write(struct tcp_pcb *pcb, const void *arg, u16_t len, u8_t apiflags)
|
|||||||
space -= oversize_used;
|
space -= oversize_used;
|
||||||
}
|
}
|
||||||
/* now we are either finished or oversize is zero */
|
/* now we are either finished or oversize is zero */
|
||||||
LWIP_ASSERT("inconsistend oversize vs. len", (oversize == 0) || (pos == len));
|
LWIP_ASSERT("inconsistent oversize vs. len", (oversize == 0) || (pos == len));
|
||||||
#endif /* TCP_OVERSIZE */
|
#endif /* TCP_OVERSIZE */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user