Defined IGMP_DEBUG defaulting to LWIP_DBG_OFF in opt.h

This commit is contained in:
goldsimon 2007-06-05 18:19:48 +00:00
parent 754fe60979
commit 9ee40d9f88

View File

@ -723,6 +723,10 @@ a lot of data that needs to be copied, this should be set high. */
#define ICMP_DEBUG LWIP_DBG_OFF
#endif
#ifndef IGMP_DEBUG
#define IGMP_DEBUG LWIP_DBG_OFF
#endif
#ifndef INET_DEBUG
#define INET_DEBUG LWIP_DBG_OFF
#endif