refactor(task): rename lv_task to lv_tmr and remove priorities
fixes #1925
This commit is contained in:
@@ -27,6 +27,11 @@ extern "C" {
|
||||
* GLOBAL PROTOTYPES
|
||||
**********************/
|
||||
|
||||
static LV_ATTRIBUTE_TMR_HANDLER uint32_t lv_task_handler(void)
|
||||
{
|
||||
return lv_tmr_handler();
|
||||
}
|
||||
|
||||
/**********************
|
||||
* MACROS
|
||||
**********************/
|
||||
|
||||
Reference in New Issue
Block a user