chore: fix compile warnings (#6817)

Signed-off-by: xuxingliang <xuxingliang@xiaomi.com>
This commit is contained in:
Neo Xu
2024-09-30 20:58:57 +08:00
committed by GitHub
parent 0458acd998
commit 2601a26c7f
7 changed files with 13 additions and 13 deletions

View File

@@ -591,7 +591,7 @@ static void summary_create(void)
lv_table_set_cell_value(table, 0, 3, "Avg. time (render + flush)");
/* csv log */
LV_LOG("Benchmark Summary (%"LV_PRIu32".%"LV_PRIu32".%"LV_PRIu32" %s)\r\n",
LV_LOG("Benchmark Summary (%d.%d.%d %s)\r\n",
LVGL_VERSION_MAJOR,
LVGL_VERSION_MINOR,
LVGL_VERSION_PATCH,