From 6166717593e6afc1158edea05ae015ad4c9adacf Mon Sep 17 00:00:00 2001 From: fvanroie Date: Thu, 26 Mar 2020 23:20:34 +0100 Subject: [PATCH] Fix lvgl debug message handler --- src/hasp_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hasp_gui.cpp b/src/hasp_gui.cpp index 07c2584b..da72c6ea 100644 --- a/src/hasp_gui.cpp +++ b/src/hasp_gui.cpp @@ -89,7 +89,7 @@ bool guiCheckSleep() #if LV_USE_LOG != 0 /* Serial debugging */ -void debugLvgl(lv_log_level_t level, const char * file, uint32_t line, const char * funcname, const char * descr) +static void debugLvgl(lv_log_level_t level, const char * file, uint32_t line, const char * funcname, const char * descr) { switch(level) { case LV_LOG_LEVEL_TRACE: