Added an own debug-print option for timers.c (used TCPIP_DEBUG and SYS_DEBUG as the code was copied from there)

This commit is contained in:
goldsimon
2010-02-04 16:53:10 +00:00
parent 9ff7d29696
commit 258fe88232
2 changed files with 20 additions and 13 deletions

View File

@@ -1804,6 +1804,13 @@
#define SYS_DEBUG LWIP_DBG_OFF
#endif
/**
* TIMERS_DEBUG: Enable debugging in timers.c.
*/
#ifndef TIMERS_DEBUG
#define TIMERS_DEBUG LWIP_DBG_OFF
#endif
/**
* TCP_DEBUG: Enable debugging for TCP.
*/