refactor(task): rename lv_task to lv_tmr and remove priorities

fixes #1925
This commit is contained in:
Gabor Kiss-Vamosi
2020-11-24 17:56:11 +01:00
parent 77e7fe7fea
commit 6bafb34769
21 changed files with 543 additions and 665 deletions

View File

@@ -27,6 +27,11 @@ extern "C" {
* GLOBAL PROTOTYPES
**********************/
static LV_ATTRIBUTE_TMR_HANDLER uint32_t lv_task_handler(void)
{
return lv_tmr_handler();
}
/**********************
* MACROS
**********************/