diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-03-08 09:16:19 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-03-08 09:16:19 +0000 |
commit | 5a176878c4e9ab7adcdab0e28455b22ffde253a2 (patch) | |
tree | fa05373d011c9089193a399e4e1cfb92c1907e5f /src/chschd.c | |
parent | 8588e9642d632d6d84e9c48388cfb566ecd4a36e (diff) | |
download | ChibiOS-5a176878c4e9ab7adcdab0e28455b22ffde253a2.tar.gz ChibiOS-5a176878c4e9ab7adcdab0e28455b22ffde253a2.tar.bz2 ChibiOS-5a176878c4e9ab7adcdab0e28455b22ffde253a2.zip |
Updated test reports.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@817 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src/chschd.c')
-rw-r--r-- | src/chschd.c | 1 |
1 files changed, 1 insertions, 0 deletions
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. |