git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1117 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
219d8d1ec9
commit
4c0f2c21e2
|
@ -64,7 +64,7 @@
|
||||||
* @extends ThreadsQueue
|
* @extends ThreadsQueue
|
||||||
*/
|
*/
|
||||||
typedef struct {
|
typedef struct {
|
||||||
ThreadsQueue r_queue; /**< Next @p Threads queue.*/
|
ThreadsQueue r_queue; /**< Threads queue.*/
|
||||||
tprio_t r_prio; /**< This field must be initialized to
|
tprio_t r_prio; /**< This field must be initialized to
|
||||||
zero.*/
|
zero.*/
|
||||||
/* End of the fields shared with the Thread structure.*/
|
/* End of the fields shared with the Thread structure.*/
|
||||||
|
|
Loading…
Reference in New Issue