From 58ebfdffcb91b1050170c64ffd01e8b9ac2ae93f Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Fri, 15 Jan 2016 13:03:37 -0800 Subject: [PATCH] Debugs off by default --- netcon/common.inc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netcon/common.inc.c b/netcon/common.inc.c index eec02bbed..6468dac26 100644 --- a/netcon/common.inc.c +++ b/netcon/common.inc.c @@ -42,7 +42,7 @@ #ifndef _COMMON_H #define _COMMON_H 1 -#define DEBUG_LEVEL 4 +#define DEBUG_LEVEL 0 #define MSG_TRANSFER 1 // RX/TX specific statements #define MSG_ERROR 2 // Errors