You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#include <lwip/init.h>
#if LWIP_VERSION_MAJOR == 2
#warning v2
const int v = 2;
#elif LWIP_VERSION_MAJOR == 1
#warning v1
const int v = 1;
#else
#error LWIP_VERSION_MAJOR not defined
#endif
Is there any #define for seperating lwip v1.4 and lwip2?
Thank you.
The text was updated successfully, but these errors were encountered: