From b9d03c7a7f20e206e5f8caddb3baa8878ad8c15b Mon Sep 17 00:00:00 2001 From: Charlez Kwan Date: Tue, 21 Jan 2020 15:19:14 +0100 Subject: [PATCH] Debug.h #debug 0 --- User/Config/Debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/User/Config/Debug.h b/User/Config/Debug.h index 6f0738b..67df9cd 100644 --- a/User/Config/Debug.h +++ b/User/Config/Debug.h @@ -14,7 +14,7 @@ #ifndef __DEBUG_H #define __DEBUG_H -#define DEBUG 1 +#define DEBUG 0 #if DEBUG #define Debug(__info,...) printf("Debug: " __info,##__VA_ARGS__) #else