aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/threads.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/threads.h')
-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.*/