Fix lvgl debug message handler

This commit is contained in:
fvanroie 2020-03-26 23:20:34 +01:00
parent 783cbf719a
commit 6166717593

View File

@ -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: