From 13b6d9deab05770607f1dd185898507107e68de1 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 24 Jan 2009 18:56:31 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@677 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/include/scheduler.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/include/scheduler.h b/src/include/scheduler.h index ac94183d9..bd44451d6 100644 --- a/src/include/scheduler.h +++ b/src/include/scheduler.h @@ -61,10 +61,11 @@ typedef struct { tprio_t r_prio; /* End of the fields shared with the Thread structure. */ #ifdef CH_USE_ROUNDROBIN + /** Round robin counter.*/ cnt_t r_preempt; #endif #ifndef CH_CURRP_REGISTER_CACHE - /** the currently running thread */ + /** The currently running thread.*/ Thread *r_current; #endif } ReadyList; -- cgit v1.2.3