fix(demo): fix compile warning (#6100)

Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
This commit is contained in:
Neo Xu
2024-04-29 10:13:38 +08:00
committed by GitHub
parent 465ae8a17c
commit 5a6f8b7ed2

View File

@@ -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;
/**********************