mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-31 16:27:03 +08:00
fiw warning
This commit is contained in:
+1
-1
@@ -95,7 +95,7 @@ void _lv_log_add(lv_log_level_t level, const char * file, int line, const char *
|
|||||||
void lv_log(const char * buf)
|
void lv_log(const char * buf)
|
||||||
{
|
{
|
||||||
#if LV_LOG_PRINTF
|
#if LV_LOG_PRINTF
|
||||||
printf(buf);
|
printf("%s", buf);
|
||||||
#endif
|
#endif
|
||||||
if(custom_print_cb) custom_print_cb(buf);
|
if(custom_print_cb) custom_print_cb(buf);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user