aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/src
diff options
context:
space:
mode:
Diffstat (limited to 'os/rt/src')
-rw-r--r--os/rt/src/chmemcore.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/rt/src/chmemcore.c b/os/rt/src/chmemcore.c
index 62ce85f02..c9b2b5bed 100644
--- a/os/rt/src/chmemcore.c
+++ b/os/rt/src/chmemcore.c
@@ -142,9 +142,9 @@ void *chCoreAllocI(size_t size) {
*
* @return The size, in bytes, of the free core memory.
*
- * @api
+ * @xclass
*/
-size_t chCoreStatus(void) {
+size_t chCoreGetStatusX(void) {
return (size_t)(endmem - nextmem);
}