From 1ddd49eec7be60413d5054937ee1a1c001842769 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 6 Feb 2009 17:40:24 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@725 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/chheap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/chheap.c') diff --git a/src/chheap.c b/src/chheap.c index 72be4a57f..46b26f7d8 100644 --- a/src/chheap.c +++ b/src/chheap.c @@ -231,7 +231,7 @@ static Semaphore hsem; #error "The heap allocator requires mutexes or semaphores to be enabled" #endif -void chHeapInit(void) { +void heap_init(void) { #if defined(CH_USE_MUTEXES) chMtxInit(&hmtx); -- cgit v1.2.3