mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-23 19:26:38 +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
|
#if LV_USE_LOG != 0
|
||||||
/* Serial debugging */
|
/* 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) {
|
switch(level) {
|
||||||
case LV_LOG_LEVEL_TRACE:
|
case LV_LOG_LEVEL_TRACE:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user