Skip to content

Commit

Permalink
tests/pkg_lvgl: remove manual call to sysmon_task
Browse files Browse the repository at this point in the history
  • Loading branch information
aabadie committed May 20, 2021
1 parent ef6d377 commit c09c7d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/pkg_lvgl/main.c
Expand Up @@ -111,9 +111,8 @@ void sysmon_create(void)
info_label = lv_label_create(win, NULL);
lv_label_set_recolor(info_label, true);

/* Refresh the chart and label manually at first */
/* Create the task used to refresh the chart and label */
refr_task = lv_task_create(sysmon_task, REFR_TIME, LV_TASK_PRIO_LOW, NULL);
sysmon_task(NULL);
}

int main(void)
Expand Down

0 comments on commit c09c7d5

Please sign in to comment.