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/chinit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/chinit.c') diff --git a/src/chinit.c b/src/chinit.c index 213f8b4e8..ec7626e6a 100644 --- a/src/chinit.c +++ b/src/chinit.c @@ -43,7 +43,7 @@ void chSysInit(void) { /* * Now this instructions flow becomes the main thread. */ - _InitThread(NORMALPRIO, 0, &mainthread); + init_thread(NORMALPRIO, 0, &mainthread); mainthread.p_state = PRCURR; currp = &mainthread; -- cgit v1.2.3