mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-04 11:38:11 +00:00
Corrected #if ... when to include copy_from_pbuf()
This commit is contained in:
parent
c028619cdd
commit
3a09de82e3
@ -59,7 +59,7 @@ static u8_t ip_reassflags;
|
||||
static u8_t ip_reasstmr;
|
||||
#endif /* IP_REASSEMBLY */
|
||||
|
||||
#if IP_REASSEMBLY || IP_FRAG_USES_STATIC_BUF
|
||||
#if IP_REASSEMBLY || (IP_FRAG && IP_FRAG_USES_STATIC_BUF)
|
||||
/*
|
||||
* Copy len bytes from offset in pbuf to buffer
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user