mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
remove debug printf
This commit is contained in:
parent
93e2b9e0b9
commit
14b03df174
@ -192,7 +192,6 @@ static void lv_refr_task(void * param)
|
||||
|
||||
/*Call monitor cb if present*/
|
||||
if(disp_refr->driver.monitor_cb) {
|
||||
printf("%d ms\n", lv_tick_elaps(start));
|
||||
disp_refr->driver.monitor_cb(&disp_refr->driver, lv_tick_elaps(start), px_num);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user