aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel/include/chmemcore.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/kernel/include/chmemcore.h')
-rw-r--r--os/kernel/include/chmemcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/kernel/include/chmemcore.h b/os/kernel/include/chmemcore.h
index 7888222b3..4870c79f1 100644
--- a/os/kernel/include/chmemcore.h
+++ b/os/kernel/include/chmemcore.h
@@ -59,7 +59,7 @@ extern "C" {
void core_init(void);
void *chCoreAlloc(size_t size);
void *chCoreAllocI(size_t size);
- size_t chCoreFree(void);
+ size_t chCoreStatus(void);
#ifdef __cplusplus
}
#endif