mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-18 14:16:55 +08:00
Defined IGMP_DEBUG defaulting to LWIP_DBG_OFF in opt.h
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user