Minor change for msvc6 port: add LWIP_DBG_ON to LWIP_DBG_TYPES_ON

This commit is contained in:
fbernon 2007-09-22 11:21:16 +00:00
parent 48b0f4a8b6
commit e8db5a45ca

View File

@ -83,7 +83,7 @@
#define TCP_RST_DEBUG LWIP_DBG_OFF
#endif
#define LWIP_DBG_TYPES_ON (LWIP_DBG_OFF|LWIP_DBG_TRACE|LWIP_DBG_STATE|LWIP_DBG_FRESH|LWIP_DBG_HALT)
#define LWIP_DBG_TYPES_ON (LWIP_DBG_ON|LWIP_DBG_TRACE|LWIP_DBG_STATE|LWIP_DBG_FRESH|LWIP_DBG_HALT)
/* ---------- Memory options ---------- */
/* MEM_ALIGNMENT: should be set to the alignment of the CPU for which