From 4e37199b7a8ede372c6a8e18323b419214c6bfcc Mon Sep 17 00:00:00 2001
From: swym <0xfd000000@gmail.com>
Date: Thu, 22 Aug 2019 22:14:42 +0200
Subject: [PATCH] pycardium: disable debug module by default

---
 pycardium/mpconfigport.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pycardium/mpconfigport.h b/pycardium/mpconfigport.h
index 97921262..2a31d156 100644
--- a/pycardium/mpconfigport.h
+++ b/pycardium/mpconfigport.h
@@ -56,7 +56,7 @@ int mp_hal_trng_read_int(void);
 #define MODULE_PERSONAL_STATE_ENABLED       (1)
 #define MODULE_UTIME_ENABLED                (1)
 #define MODULE_VIBRA_ENABLED                (1)
-#define MODULE_DEBUG_ENABLED                (1)
+#define MODULE_DEBUG_ENABLED                (0)
 
 /*
  * This port is intended to be 32-bit, but unfortunately, int32_t for
-- 
GitLab