aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorliamstask <liamstask@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-09-27 22:10:19 +0000
committerliamstask <liamstask@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-09-27 22:10:19 +0000
commit44b87c4e1d8048217cfdc6428db70aa01c95e2d4 (patch)
tree8d2dab9eb62524ff8fb446151368c0a80cfb7806 /os
parent039ce26d4648e280a344e40b3be7314a302ae988 (diff)
downloadChibiOS-44b87c4e1d8048217cfdc6428db70aa01c95e2d4.tar.gz
ChibiOS-44b87c4e1d8048217cfdc6428db70aa01c95e2d4.tar.bz2
ChibiOS-44b87c4e1d8048217cfdc6428db70aa01c95e2d4.zip
missed one spot :)
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2212 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r--os/kernel/include/chthreads.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/kernel/include/chthreads.h b/os/kernel/include/chthreads.h
index 12d853eb1..e862c8c1a 100644
--- a/os/kernel/include/chthreads.h
+++ b/os/kernel/include/chthreads.h
@@ -160,7 +160,7 @@ struct Thread {
*/
void *p_mpool;
#endif
-#if defined(THREAD_EXT_FIELDS_HOOK)
+#if defined(THREAD_EXT_FIELDS)
/* Extra fields defined in chconf.h.*/
THREAD_EXT_FIELDS
#endif