aboutsummaryrefslogtreecommitdiffstats
path: root/src/chheap.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-06 17:40:24 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-06 17:40:24 +0000
commit1ddd49eec7be60413d5054937ee1a1c001842769 (patch)
tree4826e224810d14ba396582952cd614bb9f2da925 /src/chheap.c
parent87805ba16625d490475be626372a87d7c53e700c (diff)
downloadChibiOS-1ddd49eec7be60413d5054937ee1a1c001842769.tar.gz
ChibiOS-1ddd49eec7be60413d5054937ee1a1c001842769.tar.bz2
ChibiOS-1ddd49eec7be60413d5054937ee1a1c001842769.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@725 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src/chheap.c')
-rw-r--r--src/chheap.c2
1 files changed, 1 insertions, 1 deletions
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);