From 5a176878c4e9ab7adcdab0e28455b22ffde253a2 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 8 Mar 2009 09:16:19 +0000 Subject: Updated test reports. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@817 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/chschd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/chschd.c') diff --git a/src/chschd.c b/src/chschd.c index 8a5c27857..4d094d786 100644 --- a/src/chschd.c +++ b/src/chschd.c @@ -125,6 +125,7 @@ static void wakeup(void *p) { * @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 @p TIME_IMMEDIATE as timeout + * specification, it is interpreted as a normal time * specification. * @return The wakeup message. * @retval RDY_TIMEOUT if a timeout occurs. -- cgit v1.2.3