From 5a6f8b7ed2f15616983bda00736196428fa735cc Mon Sep 17 00:00:00 2001 From: Neo Xu Date: Mon, 29 Apr 2024 10:13:38 +0800 Subject: [PATCH] fix(demo): fix compile warning (#6100) Signed-off-by: Xu Xingliang --- demos/stress/lv_demo_stress.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/stress/lv_demo_stress.c b/demos/stress/lv_demo_stress.c index 65728519cd..b76c1f6550 100644 --- a/demos/stress/lv_demo_stress.c +++ b/demos/stress/lv_demo_stress.c @@ -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; /**********************