Skip to content

Commit

Permalink
fix(async): remove the wrong comment from lv_async_call (lvgl#2707)
Browse files Browse the repository at this point in the history
Signed-off-by: Xiang Xiao <[email protected]>
  • Loading branch information
xiaoxiang781216 authored Oct 21, 2021
1 parent 5d8285e commit 0d48396
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/misc/lv_async.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ lv_res_t lv_async_call(lv_async_cb_t async_xcb, void * user_data)
return LV_RES_INV;

/*Create a new timer*/
/*Use highest priority so that it will run before a refresh*/
lv_timer_t * timer = lv_timer_create(lv_async_timer_cb, 0, info);

if(timer == NULL) {
Expand Down

0 comments on commit 0d48396

Please sign in to comment.