From 9c26afc8fde6d30d2149a844cb53e45507a7b5f7 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 28 May 2008 15:19:46 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@313 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/include/threads.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/threads.h b/src/include/threads.h index d9bb467b9..297c56a68 100644 --- a/src/include/threads.h +++ b/src/include/threads.h @@ -157,7 +157,7 @@ struct Thread { #define ABSPRIO 255 /* Not an API, don't use into the application code.*/ -void _InitThread(tprio_t prio, tmode_t mode, Thread *tp); +void init_thread(tprio_t prio, tmode_t mode, Thread *tp); /** Thread function.*/ typedef msg_t (*tfunc_t)(void *); -- cgit v1.2.3