From 61ad13759427ce58429facfb79b322a420c3ed04 Mon Sep 17 00:00:00 2001 From: kimocoder Date: Fri, 16 Aug 2019 16:28:31 +0200 Subject: [PATCH] Disabled debug by default --- include/autoconf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/autoconf.h b/include/autoconf.h index ae006a7..8112a8d 100644 --- a/include/autoconf.h +++ b/include/autoconf.h @@ -325,11 +325,11 @@ /* * Debug Related Config */ -#define DBG 1 +#define DBG 0 #define CONFIG_PROC_DEBUG -#define DBG_CONFIG_ERROR_DETECT +/* #define DBG_CONFIG_ERROR_DETECT */ /* #define DBG_CONFIG_ERROR_DETECT_INT */ /* #define DBG_CONFIG_ERROR_RESET */