chore(demo): describe why the memory leak is no zero

This commit is contained in:
Gabor Kiss-Vamosi
2022-02-07 19:45:31 +01:00
parent 9a1e385b2b
commit 9e1b789fb3

View File

@@ -44,6 +44,7 @@ static uint32_t mem_free_start = 0;
void lv_demo_stress(void)
{
LV_LOG_USER("Starting stress test. (< 100 bytes permanent memory leak is normal due to fragmentation)");
lv_timer_create(obj_test_task_cb, LV_DEMO_STRESS_TIME_STEP, NULL);
}