mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 21:44:38 +08:00
tftp_opts.h: Make TFTP_DEBUG default OFF
TFTP_DEBUG should be enabled only when it's necessary to debug tftp, make it default OFF. Signed-off-by: Axel Lin <axel.lin@ingics.com>
This commit is contained in:
parent
3c71e3fc77
commit
6e6eb620df
@ -54,7 +54,7 @@
|
|||||||
* Enable TFTP debug messages
|
* Enable TFTP debug messages
|
||||||
*/
|
*/
|
||||||
#if !defined TFTP_DEBUG || defined __DOXYGEN__
|
#if !defined TFTP_DEBUG || defined __DOXYGEN__
|
||||||
#define TFTP_DEBUG LWIP_DBG_ON
|
#define TFTP_DEBUG LWIP_DBG_OFF
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user