git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@129 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2007-12-07 13:48:48 +00:00
parent 27e5e31d4a
commit 87d48c2202
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
*/ */
void chSysInit(void) { void chSysInit(void) {
static Thread mainthread; static Thread mainthread;
static BYTE8 waIdleThread[UserStackSize(IDLE_THREAD_STACK_SIZE)]; static WorkingArea(waIdleThread, IDLE_THREAD_STACK_SIZE);
chSchInit(); chSchInit();
chDbgInit(); chDbgInit();