1
0
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:
Neo Xu 2024-04-29 10:13:38 +08:00 committed by GitHub
parent 465ae8a17c
commit 5a6f8b7ed2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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