fixes for task->tmr rename
This commit is contained in:
@@ -257,7 +257,7 @@ typedef void * lv_img_decoder_user_data_t;
|
|||||||
#define LV_ATTRIBUTE_TICK_INC
|
#define LV_ATTRIBUTE_TICK_INC
|
||||||
|
|
||||||
/* Define a custom attribute to `lv_task_handler` function */
|
/* 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 a custom attribute to `lv_disp_flush_ready` function */
|
||||||
#define LV_ATTRIBUTE_FLUSH_READY
|
#define LV_ATTRIBUTE_FLUSH_READY
|
||||||
|
|||||||
2
lvgl.h
2
lvgl.h
@@ -24,7 +24,7 @@ extern "C" {
|
|||||||
*********************/
|
*********************/
|
||||||
|
|
||||||
#include "src/lv_misc/lv_log.h"
|
#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_math.h"
|
||||||
#include "src/lv_misc/lv_async.h"
|
#include "src/lv_misc/lv_async.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user