git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1117 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2009-08-28 16:27:06 +00:00
parent 219d8d1ec9
commit 4c0f2c21e2
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
* @extends ThreadsQueue
*/
typedef struct {
ThreadsQueue r_queue; /**< Next @p Threads queue.*/
ThreadsQueue r_queue; /**< Threads queue.*/
tprio_t r_prio; /**< This field must be initialized to
zero.*/
/* End of the fields shared with the Thread structure.*/