chore(demos): fix warning (#4847)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com> Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user