missed one spot :)

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2212 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
liamstask 2010-09-27 22:10:19 +00:00
parent 039ce26d46
commit 44b87c4e1d
1 changed files with 1 additions and 1 deletions

View File

@ -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