lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] where could I find the definition of MEMP_PBUF_POOL use


From: OhByeong, Kwon
Subject: Re: [lwip-users] where could I find the definition of MEMP_PBUF_POOL used in pbuf.c?
Date: Sun, 17 Sep 2017 11:36:33 -0700 (MST)

in "opt.h" file

change following line

1118 #if !defined LWIP_TCP || defined __DOXYGEN__
1119 #define LWIP_TCP                        1
1120 #endif

to 

1108 //#if !defined LWIP_TCP || defined __DOXYGEN__
1119 #define LWIP_TCP                        1
1120 //#endif





--
Sent from: http://lwip.100.n7.nabble.com/lwip-users-f3.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]