update test
This commit is contained in:
parent
62a3cd2447
commit
8e67534001
1 changed files with 1 additions and 1 deletions
2
test.c
2
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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue