mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 03:16:18 +00:00
Moved DBG_MIN_LEVEL out of here to lwipopts.h
This commit is contained in:
parent
400ff200ee
commit
d47ef79c04
@ -41,12 +41,6 @@
|
|||||||
* - 3 severe
|
* - 3 severe
|
||||||
*/
|
*/
|
||||||
#define DBG_MASK_LEVEL 3
|
#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 */
|
/** flag for DEBUGF to enable the debug message */
|
||||||
#define DBG_ON 0x80U
|
#define DBG_ON 0x80U
|
||||||
|
Loading…
Reference in New Issue
Block a user