fixes for task->tmr rename

This commit is contained in:
Gabor Kiss-Vamosi 2020-11-24 17:57:35 +01:00
parent 8641f7d598
commit 77b16c96a0
2 changed files with 2 additions and 2 deletions

View File

@ -257,7 +257,7 @@ typedef void * lv_img_decoder_user_data_t;
#define LV_ATTRIBUTE_TICK_INC
/* Define a custom attribute to `lv_task_handler` function */
#define LV_ATTRIBUTE_TASK_HANDLER
#define LV_ATTRIBUTE_TMR_HANDLER
/* Define a custom attribute to `lv_disp_flush_ready` function */
#define LV_ATTRIBUTE_FLUSH_READY

2
lvgl.h
View File

@ -24,7 +24,7 @@ extern "C" {
*********************/
#include "src/lv_misc/lv_log.h"
#include "src/lv_misc/lv_task.h"
#include "src/lv_misc/lv_tmr.h"
#include "src/lv_misc/lv_math.h"
#include "src/lv_misc/lv_async.h"