Re: [lwip-users] LWIP_VERSION in lwIP 2.0.0

2016-11-20 Thread Dirk Ziegelmeier
LWIP_VERSION_RC has changed from 2 (RC2) to 255 (RELEASE) So your macro should be OK. Is there something else that may be wrong? Ciao Dirk -- Dirk Ziegelmeier * d...@ziegelmeier.net * http://www.ziegelmeier.net On Sun, Nov 20, 2016 at 3:19 PM, bernard wrote: > Hi, >

[lwip-users] LWIP_VERSION in lwIP 2.0.0

2016-11-20 Thread bernard
Hi, I have just ported the lwIP 2.0.0 to RT-Thread RTOS. I need to keep multi-version of lwIP in other source files, therefore I should use LWIP_VERSION to tell the different version of lwIP. However, I found there is something wrong with LWIP_VERSION. For example, I can not use following code to