mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-03 21:14:40 +08:00
Defined IGMP_DEBUG defaulting to LWIP_DBG_OFF in opt.h
This commit is contained in:
parent
754fe60979
commit
9ee40d9f88
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user