opt.h: rename DBG_TYPES_ON & DBG_MIN_LEVEL with LWIP_ prefix.

This commit is contained in:
fbernon 2007-04-12 00:16:30 +00:00
parent d92e0dec22
commit 9bc49b3268

View File

@ -656,8 +656,8 @@ a lot of data that needs to be copied, this should be set high. */
/* Debugging options all default to off */ /* Debugging options all default to off */
#ifndef DBG_TYPES_ON #ifndef LWIP_DBG_TYPES_ON
#define DBG_TYPES_ON 0 #define LWIP_DBG_TYPES_ON 0
#endif #endif
#ifndef ETHARP_DEBUG #ifndef ETHARP_DEBUG
@ -784,8 +784,8 @@ a lot of data that needs to be copied, this should be set high. */
#define SNMP_MIB_DEBUG LWIP_DBG_OFF #define SNMP_MIB_DEBUG LWIP_DBG_OFF
#endif #endif
#ifndef DBG_MIN_LEVEL #ifndef LWIP_DBG_MIN_LEVEL
#define DBG_MIN_LEVEL LWIP_DBG_LEVEL_OFF #define LWIP_DBG_MIN_LEVEL LWIP_DBG_LEVEL_OFF
#endif #endif
#endif /* __LWIP_OPT_H__ */ #endif /* __LWIP_OPT_H__ */