fix(task): change all task related term to timer

follow up the task module change
This commit is contained in:
Xiang Xiao
2021-03-03 12:28:43 +08:00
parent d4eb6a2ad3
commit 33b5ee3ad2
17 changed files with 65 additions and 65 deletions

View File

@@ -225,8 +225,8 @@ typedef void * lv_user_data_t;
/* Define a custom attribute to `lv_tick_inc` function */
#define LV_ATTRIBUTE_TICK_INC
/* Define a custom attribute to `lv_task_handler` function */
#define LV_ATTRIBUTE_TASK_HANDLER
/* Define a custom attribute to `lv_timer_handler` function */
#define LV_ATTRIBUTE_TIMER_HANDLER
/* Define a custom attribute to `lv_disp_flush_ready` function */
#define LV_ATTRIBUTE_FLUSH_READY