From 80a8621ec04e3fa9588ad09cbf0f1b6da1429776 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 11 Mar 2009 09:22:59 +0000 Subject: Documentation improvements. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@830 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/chschd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/chschd.c') diff --git a/src/chschd.c b/src/chschd.c index 4d094d786..b246d8f57 100644 --- a/src/chschd.c +++ b/src/chschd.c @@ -76,7 +76,7 @@ Thread *chSchReadyI(Thread *tp) { * @details The next highest priority thread becomes running. The threads * states are described into @p threads.h. * - * @param newstate the new thread state + * @param[in] newstate the new thread state * @note The function must be called in the system mutex zone. * @note The function is not meant to be used in the user code directly. */ -- cgit v1.2.3