From 5300fced15f40774f8fcf75904373541ea351efa Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 29 Dec 2008 08:58:17 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@553 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/include/threads.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/include/threads.h b/src/include/threads.h index 4681a9caa..b537d6bc6 100644 --- a/src/include/threads.h +++ b/src/include/threads.h @@ -112,9 +112,8 @@ struct Thread { /** Memory Pool where the thread workspace is returned. */ void *p_mpool; #endif -#ifdef CH_USE_THREAD_EXT + /* Extra fields defined in chconf.h */ THREAD_EXT_FIELDS -#endif }; /** Thread state: Ready to run, waiting on the ready list.*/ -- cgit v1.2.3