diff options
Diffstat (limited to 'include/08.heap/heap27.c')
| -rw-r--r-- | include/08.heap/heap27.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/08.heap/heap27.c b/include/08.heap/heap27.c index de767a2..6d7223d 100644 --- a/include/08.heap/heap27.c +++ b/include/08.heap/heap27.c @@ -1,4 +1,4 @@ -int kheapaddblock(uintptr_t addr,uint32_t size,uint32_t bsize) +void kheapinit() { - return k_heapBMAddBlock(&kheap,addr,size,bsize); + k_heapBMInit(&kheap); } |
