1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-21 06:53:01 +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) static void lv_refr_task(void * param)
{ {
printf("refr\n");
(void)param; (void)param;
uint32_t start = lv_tick_get(); uint32_t start = lv_tick_get();