aboutsummaryrefslogtreecommitdiff
path: root/include/08.heap/heap26.c
diff options
context:
space:
mode:
Diffstat (limited to 'include/08.heap/heap26.c')
-rw-r--r--include/08.heap/heap26.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/08.heap/heap26.c b/include/08.heap/heap26.c
new file mode 100644
index 0000000..6d7223d
--- /dev/null
+++ b/include/08.heap/heap26.c
@@ -0,0 +1,4 @@
+void kheapinit()
+{
+ k_heapBMInit(&kheap);
+}