diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-09-05 13:04:28 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-09-05 13:04:28 +0000 |
commit | 517440bad9d6d2f27689e4e3de72794d869d2c26 (patch) | |
tree | 708b9c043e826287a684eaac55315053ad48e0e5 /src/include/threads.h | |
parent | 737c82e787472f325fe22f7cbfe82ef8be8a6a66 (diff) | |
download | ChibiOS-517440bad9d6d2f27689e4e3de72794d869d2c26.tar.gz ChibiOS-517440bad9d6d2f27689e4e3de72794d869d2c26.tar.bz2 ChibiOS-517440bad9d6d2f27689e4e3de72794d869d2c26.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@425 35acf78f-673a-0410-8e92-d51de3d6d3f4
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.*/ |