git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@768 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2009-02-14 19:58:57 +00:00
parent 1b3fe51331
commit 392151b00a
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ static void wakeup(void *p) {
* to sleep is awakened after the specified time has elapsed. * to sleep is awakened after the specified time has elapsed.
* *
* @param newstate the new thread state * @param newstate the new thread state
* @param time the number of ticks before the operation timeouts. the value * @param time the number of ticks before the operation timeouts. The value
* zero (@p TIME_INFINITE) is allowed. * zero (@p TIME_INFINITE) is allowed.
* @return The wakeup message. * @return The wakeup message.
* @retval RDY_TIMEOUT if a timeout occurs. * @retval RDY_TIMEOUT if a timeout occurs.