From f4604ead8db75e141b23b5e1bde90158ea734d47 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Wed, 20 Dec 2023 09:55:47 +0100 Subject: [PATCH] disable logging for now --- lv_conf.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lv_conf.h b/lv_conf.h index 47937505b..162138631 100644 --- a/lv_conf.h +++ b/lv_conf.h @@ -157,11 +157,7 @@ *-----------*/ /*Enable the log module*/ -#ifdef MICROPY_LV_USE_LOG -#define LV_USE_LOG MICROPY_LV_USE_LOG -#else -#define LV_USE_LOG 1 -#endif +#define LV_USE_LOG 0 #if LV_USE_LOG