1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

remove debug printf

This commit is contained in:
Gabor Kiss-Vamosi 2018-05-20 21:32:16 +02:00
parent d0d73ca2c0
commit 4d617a1aab

View File

@ -168,8 +168,6 @@ void lv_refr_pop_from_buf(uint16_t num)
*/
static void lv_refr_task(void * param)
{
printf("refr\n");
(void)param;
uint32_t start = lv_tick_get();