diff --git a/src/include/lwip/opt.h b/src/include/lwip/opt.h index 7d1b4c98..e86a3d61 100644 --- a/src/include/lwip/opt.h +++ b/src/include/lwip/opt.h @@ -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