diff options
author | Joseph Henry <josephjah@gmail.com> | 2016-01-15 13:03:37 -0800 |
---|---|---|
committer | Joseph Henry <josephjah@gmail.com> | 2016-01-15 13:03:37 -0800 |
commit | 58ebfdffcb91b1050170c64ffd01e8b9ac2ae93f (patch) | |
tree | bbad4f2f4d2eed52606ee09d6e1768c19fa5935d /netcon | |
parent | 1e2c434ae873076886a3d911849aecbacad81f05 (diff) | |
download | infinitytier-58ebfdffcb91b1050170c64ffd01e8b9ac2ae93f.tar.gz infinitytier-58ebfdffcb91b1050170c64ffd01e8b9ac2ae93f.zip |
Debugs off by default
Diffstat (limited to 'netcon')
-rw-r--r-- | netcon/common.inc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netcon/common.inc.c b/netcon/common.inc.c index eec02bbe..6468dac2 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 |