DBG_TYPES_ON added (must be overridden in lwipopts.h).

This commit is contained in:
likewise 2003-03-10 16:08:52 +00:00
parent adf088e575
commit bd6b1a0237

View File

@ -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