From d47ef79c0401ad336085a091227e9a709c626de9 Mon Sep 17 00:00:00 2001 From: likewise Date: Tue, 11 Mar 2003 14:16:27 +0000 Subject: [PATCH] Moved DBG_MIN_LEVEL out of here to lwipopts.h --- src/include/lwip/debug.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/include/lwip/debug.h b/src/include/lwip/debug.h index 90811454..bb8d9ad5 100644 --- a/src/include/lwip/debug.h +++ b/src/include/lwip/debug.h @@ -41,12 +41,6 @@ * - 3 severe */ #define DBG_MASK_LEVEL 3 -// LW: moved to lwipopts.h -#if 0 -#define DBG_TYPES_ON 0 -#endif -/** print only debug messages with this level or higher */ -#define DBG_MIN_LEVEL 0 /** flag for DEBUGF to enable the debug message */ #define DBG_ON 0x80U