refactor(tmr): rename lv_tmr to lv_timer
This commit is contained in:
@@ -632,11 +632,11 @@ e.g. "stm32f769xx.h" or "stm32f429xx.h" */
|
||||
#endif
|
||||
|
||||
/* Define a custom attribute to `lv_task_handler` function */
|
||||
#ifndef LV_ATTRIBUTE_TMR_HANDLER
|
||||
# ifdef CONFIG_LV_ATTRIBUTE_TMR_HANDLER
|
||||
# define LV_ATTRIBUTE_TMR_HANDLER CONFIG_LV_ATTRIBUTE_TMR_HANDLER
|
||||
#ifndef LV_ATTRIBUTE_TIMER_HANDLER
|
||||
# ifdef CONFIG_LV_ATTRIBUTE_TIMER_HANDLER
|
||||
# define LV_ATTRIBUTE_TIMER_HANDLER CONFIG_LV_ATTRIBUTE_TIMER_HANDLER
|
||||
# else
|
||||
# define LV_ATTRIBUTE_TMR_HANDLER
|
||||
# define LV_ATTRIBUTE_TIMER_HANDLER
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user