refactor(tmr): rename lv_tmr to lv_timer
This commit is contained in:
@@ -27,9 +27,9 @@ extern "C" {
|
||||
* GLOBAL PROTOTYPES
|
||||
**********************/
|
||||
|
||||
static inline LV_ATTRIBUTE_TMR_HANDLER uint32_t lv_task_handler(void)
|
||||
static inline LV_ATTRIBUTE_TIMER_HANDLER uint32_t lv_task_handler(void)
|
||||
{
|
||||
return lv_tmr_handler();
|
||||
return lv_timer_handler();
|
||||
}
|
||||
|
||||
/**********************
|
||||
|
||||
Reference in New Issue
Block a user