Added TCP_DEBUG_TMR to lessen lwIP debug trace clutter

This commit is contained in:
Joseph Henry
2017-09-18 12:08:18 -07:00
parent 3a82d4bada
commit 4991c85598
2 changed files with 2 additions and 1 deletions

View File

@@ -100,6 +100,7 @@
#define SYS_DEBUG LWIP_DBG_OFF
#define TIMERS_DEBUG LWIP_DBG_OFF
// TCP
#define TCP_DEBUG_TMR LWIP_DBG_OFF // not standard in lwIP, added for debugging convenience
#define TCP_DEBUG LWIP_DBG_OFF
#define TCP_INPUT_DEBUG LWIP_DBG_OFF
#define TCP_FR_DEBUG LWIP_DBG_OFF