mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-03 04:54:38 +08:00
DBG_TYPES_ON added (must be overridden in lwipopts.h).
This commit is contained in:
parent
adf088e575
commit
bd6b1a0237
@ -306,6 +306,10 @@ a lot of data that needs to be copied, this should be set high. */
|
||||
|
||||
/* Debugging options all default to off */
|
||||
|
||||
#ifndef DBG_TYPES_ON
|
||||
#define DBG_TYPES_ON 0
|
||||
#endif
|
||||
|
||||
#ifndef DEMO_DEBUG
|
||||
#define DEMO_DEBUG DBG_OFF
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user