Skip to content

Commit

Permalink
application: remove redundant lv_timer_handler.
Browse files Browse the repository at this point in the history
Signed-off-by: Felipe Neves <[email protected]>
  • Loading branch information
uLipe committed Dec 11, 2024
1 parent 83bd40b commit 5a77ad0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 5a77ad0

Please sign in to comment.