add example macro to check if the tcpip thread is alive

This commit is contained in:
Stefan Lankes 2011-08-06 15:54:00 +02:00
parent e4a170938e
commit 54dfd7ba49

View file

@ -118,4 +118,5 @@
#define TIMERS_DEBUG LWIP_DBG_OFF
#define SOCKETS_DEBUG LWIP_DBG_OFF
//#define LWIP_TCPIP_THREAD_ALIVE() kputs("TCPIP thread is alive!\n")
#endif