From 8588e9642d632d6d84e9c48388cfb566ecd4a36e Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 8 Mar 2009 08:15:23 +0000 Subject: Fixes to the documentation, swapped the values of constants TIME_INFINITE and TIME_IMMEDIATE (previously TIME_ZERO). git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@816 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 629a659e0..8a5c27857 100644 --- a/src/chschd.c +++ b/src/chschd.c @@ -124,7 +124,7 @@ static void wakeup(void *p) { * @param[in] newstate the new thread state * @param[in] time the number of ticks before the operation timeouts, * the special value @p TIME_INFINITE is allowed. - * It is not possible to specify zero (@p TIME_ZERO) as timeout + * It is not possible to specify @p TIME_IMMEDIATE as timeout * specification. * @return The wakeup message. * @retval RDY_TIMEOUT if a timeout occurs. -- cgit v1.2.3