From 4b25feaa10b0d0f4fbb308858c503d697f672d09 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 6 Feb 2012 18:32:26 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.4.x@3929 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/kernel/src/chschd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/kernel/src/chschd.c b/os/kernel/src/chschd.c index e472f7075..b87397a16 100644 --- a/os/kernel/src/chschd.c +++ b/os/kernel/src/chschd.c @@ -244,7 +244,7 @@ void chSchWakeupS(Thread *ntp, msg_t msg) { * @details If a thread with a higher priority than the current thread is in * the ready list then make the higher priority thread running. * - * @iclass + * @sclass */ #if !defined(PORT_OPTIMIZED_RESCHEDULES) || defined(__DOXYGEN__) void chSchRescheduleS(void) {