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) {