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:
Axel Lin 2018-02-28 13:49:44 +08:00
parent 3c71e3fc77
commit 6e6eb620df

View File

@ -54,7 +54,7 @@
* Enable TFTP debug messages
*/
#if !defined TFTP_DEBUG || defined __DOXYGEN__
#define TFTP_DEBUG LWIP_DBG_ON
#define TFTP_DEBUG LWIP_DBG_OFF
#endif
/**