Improved documentation of sleep functions.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3375 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
1c7c4673d2
commit
42e2ea515d
|
@ -291,7 +291,7 @@ typedef msg_t (*tfunc_t)(void *);
|
|||
* system clock.
|
||||
* @note The maximum specified value is implementation dependent.
|
||||
*
|
||||
* @param[in] sec time in seconds
|
||||
* @param[in] sec time in seconds, must be different from zero
|
||||
*
|
||||
* @api
|
||||
*/
|
||||
|
@ -304,7 +304,7 @@ typedef msg_t (*tfunc_t)(void *);
|
|||
* system clock.
|
||||
* @note The maximum specified value is implementation dependent.
|
||||
*
|
||||
* @param[in] msec time in milliseconds
|
||||
* @param[in] msec time in milliseconds, must be different from zero
|
||||
*
|
||||
* @api
|
||||
*/
|
||||
|
@ -317,7 +317,7 @@ typedef msg_t (*tfunc_t)(void *);
|
|||
* system clock.
|
||||
* @note The maximum specified value is implementation dependent.
|
||||
*
|
||||
* @param[in] usec time in microseconds
|
||||
* @param[in] usec time in microseconds, must be different from zero
|
||||
*
|
||||
* @api
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue