chore(demos): fix warning (#4847)

Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
This commit is contained in:
_VIFEXTech
2023-11-22 14:07:04 +08:00
committed by GitHub
parent 067a58794b
commit 296c1df302
3 changed files with 4 additions and 4 deletions

View File

@@ -79,7 +79,7 @@ static void obj_test_task_cb(lv_timer_t * tmr)
if(mem_free_start == 0) mem_free_start = mon.free_size;
LV_LOG_USER("mem leak since start: %d, frag: %3d %%", mem_free_start - mon.free_size, mon.frag_pct);
LV_LOG_USER("mem leak since start: %" LV_PRIu32 ", frag: %3d %%", mem_free_start - mon.free_size, mon.frag_pct);
}
break;
case 0: