diff options
Diffstat (limited to 'src/include/threads.h')
-rw-r--r-- | src/include/threads.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/threads.h b/src/include/threads.h index 2a53cb1fd..8c3974820 100644 --- a/src/include/threads.h +++ b/src/include/threads.h @@ -106,6 +106,9 @@ struct Thread { /** Thread's own, non-inherited, priority. */ tprio_t p_realprio; #endif +#ifdef CH_USE_THREAD_EXT + THREAD_EXT_FIELDS +#endif }; /** Thread state: Ready to run, waiting on the ready list.*/ |