diff --git a/demos/stress/lv_demo_stress.c b/demos/stress/lv_demo_stress.c index 65728519c..b76c1f655 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; /**********************