Turned off DEBUGs in lwipopts.h
This commit is contained in:
@@ -3334,7 +3334,7 @@ happening sooner than they should.
|
|||||||
* @see debugging_levels
|
* @see debugging_levels
|
||||||
*/
|
*/
|
||||||
#if !defined LWIP_DBG_TYPES_ON || defined __DOXYGEN__
|
#if !defined LWIP_DBG_TYPES_ON || defined __DOXYGEN__
|
||||||
#define LWIP_DBG_TYPES_ON LWIP_DBG_ON
|
#define LWIP_DBG_TYPES_ON LWIP_DBG_OFF
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -3376,7 +3376,7 @@ happening sooner than they should.
|
|||||||
* SOCKETS_DEBUG: Enable debugging in sockets.c.
|
* SOCKETS_DEBUG: Enable debugging in sockets.c.
|
||||||
*/
|
*/
|
||||||
#if !defined SOCKETS_DEBUG || defined __DOXYGEN__
|
#if !defined SOCKETS_DEBUG || defined __DOXYGEN__
|
||||||
#define SOCKETS_DEBUG LWIP_DBG_ON
|
#define SOCKETS_DEBUG LWIP_DBG_OFF
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user