mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-23 11:16:45 +00:00
Fix lvgl debug message handler
This commit is contained in:
parent
783cbf719a
commit
6166717593
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user