fix(stdlib): fix issues when using LVGL TLSF memory pool to manage more than 4 GiB of memory (#5720)
This commit is contained in:
committed by
GitHub
parent
f5ca15b321
commit
10f9d98419
@@ -59,7 +59,7 @@ void test_lodepng_1(void)
|
||||
|
||||
TEST_ASSERT_EQUAL_SCREENSHOT("libs/png_1.png");
|
||||
|
||||
uint32_t mem_before = lv_test_get_free_mem();
|
||||
size_t mem_before = lv_test_get_free_mem();
|
||||
for(uint32_t i = 0; i < 20; i++) {
|
||||
create_images();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user