From f8730808d154fc2a69cc6dc1fc16ca9fa36a6a04 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Mon, 9 Nov 2020 19:50:31 +0100 Subject: [PATCH] disable dhcp debugging --- Internet/DHCP/dhcp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Internet/DHCP/dhcp.h b/Internet/DHCP/dhcp.h index 767b0c5..0615460 100644 --- a/Internet/DHCP/dhcp.h +++ b/Internet/DHCP/dhcp.h @@ -55,7 +55,7 @@ extern "C" { * @details If you want to display debug & processing message, Define _DHCP_DEBUG_ * @note If defined, it depends on */ -#define _DHCP_DEBUG_ +// #define _DHCP_DEBUG_ /* Retry to processing DHCP */