aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-12-29 08:58:17 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-12-29 08:58:17 +0000
commit5300fced15f40774f8fcf75904373541ea351efa (patch)
treeb827e1e605bfed623163bf18d64ab08d0e1bd5c6 /src
parentb1e4025ebd651cc922e3fcfb0706a7b8c7cabeba (diff)
downloadChibiOS-5300fced15f40774f8fcf75904373541ea351efa.tar.gz
ChibiOS-5300fced15f40774f8fcf75904373541ea351efa.tar.bz2
ChibiOS-5300fced15f40774f8fcf75904373541ea351efa.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@553 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src')
-rw-r--r--src/include/threads.h3
1 files changed, 1 insertions, 2 deletions
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.*/