From 8e675340012abc7d69be933e103dd0bfa0c6cc3b Mon Sep 17 00:00:00 2001 From: mykola2312 <49044616+mykola2312@users.noreply.github.com> Date: Tue, 24 May 2022 23:18:36 +0300 Subject: [PATCH] update test --- test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.c b/test.c index f4252eb..35cd4db 100644 --- a/test.c +++ b/test.c @@ -215,7 +215,7 @@ int main() printf("cu_sscanf\t%s\t%u\n", str5, val5); printf("[heap]\n"); - static u8 heap_data[4096]; + static u8 heap_data[128]; mheap_t heap; heap_init(&heap, heap_data, 4096);