From 5a77ad04d108b4fc03fac5f11381c708797840a8 Mon Sep 17 00:00:00 2001 From: Felipe Neves Date: Wed, 11 Dec 2024 18:12:04 -0300 Subject: [PATCH] application: remove redundant lv_timer_handler. Signed-off-by: Felipe Neves --- application/src/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/application/src/main.c b/application/src/main.c index ad41957..ce1562c 100644 --- a/application/src/main.c +++ b/application/src/main.c @@ -28,7 +28,6 @@ int main(void) /* Place your UI demo here, or try other demos */ lv_demo_widgets(); - lv_timer_handler(); display_blanking_off(display_dev); #ifdef CONFIG_LV_Z_MEM_POOL_SYS_HEAP lvgl_print_heap_info(false);