diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-10-16 20:24:33 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-10-16 20:24:33 +0000 |
commit | 3d3e5728aa1d14444b99732426d36f6375013727 (patch) | |
tree | fe117dcd82ab71a9d32f0699c042ab5c5817c3a8 /src/include/threads.h | |
parent | e3974196a3f092878c2ec0d466d0ec412298be6b (diff) | |
download | ChibiOS-3d3e5728aa1d14444b99732426d36f6375013727.tar.gz ChibiOS-3d3e5728aa1d14444b99732426d36f6375013727.tar.bz2 ChibiOS-3d3e5728aa1d14444b99732426d36f6375013727.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@473 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src/include/threads.h')
-rw-r--r-- | src/include/threads.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/threads.h b/src/include/threads.h index 099b8466f..051ca482d 100644 --- a/src/include/threads.h +++ b/src/include/threads.h @@ -27,6 +27,7 @@ /** * Structure representing a thread. + * @extends ThreadsQueue * @note Not all the listed fields are always needed, by switching off some * not needed ChibiOS/RT subsystems it is possible to save RAM space by * shrinking the \p Thread structure. |