disable dhcp debugging

This commit is contained in:
2020-11-09 19:50:31 +01:00
parent 26d4f89d0c
commit f8730808d1

View File

@ -55,7 +55,7 @@ extern "C" {
* @details If you want to display debug & processing message, Define _DHCP_DEBUG_ * @details If you want to display debug & processing message, Define _DHCP_DEBUG_
* @note If defined, it depends on <stdio.h> * @note If defined, it depends on <stdio.h>
*/ */
#define _DHCP_DEBUG_ // #define _DHCP_DEBUG_
/* Retry to processing DHCP */ /* Retry to processing DHCP */