mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
fix(demo): fix compile warning (#6100)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
This commit is contained in:
parent
465ae8a17c
commit
5a6f8b7ed2
@ -32,7 +32,7 @@ static void obj_test_task_cb(lv_timer_t * tmr);
|
||||
**********************/
|
||||
static lv_obj_t * main_page;
|
||||
static lv_obj_t * ta;
|
||||
static uint32_t mem_free_start = 0;
|
||||
static size_t mem_free_start = 0;
|
||||
static int16_t g_state = -1;
|
||||
|
||||
/**********************
|
||||
|
Loading…
x
Reference in New Issue
Block a user