From df7afc9b41c598a9ff924dd971989e72708094ad Mon Sep 17 00:00:00 2001 From: gdisirio Date: Thu, 11 Apr 2013 08:25:03 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5586 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/kernel/include/chthreads.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'os/kernel') diff --git a/os/kernel/include/chthreads.h b/os/kernel/include/chthreads.h index ca8a843da..77f72caca 100644 --- a/os/kernel/include/chthreads.h +++ b/os/kernel/include/chthreads.h @@ -310,8 +310,8 @@ typedef msg_t (*tfunc_t)(void *); /** * @brief Delays the invoking thread for the specified number of seconds. * @note The specified time is rounded up to a value allowed by the real - * system clock. - * @note The maximum specified value is implementation dependent. + * system tick clock. + * @note The maximum specifiable value is implementation dependent. * * @param[in] sec time in seconds, must be different from zero * @@ -323,8 +323,8 @@ typedef msg_t (*tfunc_t)(void *); * @brief Delays the invoking thread for the specified number of * milliseconds. * @note The specified time is rounded up to a value allowed by the real - * system clock. - * @note The maximum specified value is implementation dependent. + * system tick clock. + * @note The maximum specifiable value is implementation dependent. * * @param[in] msec time in milliseconds, must be different from zero * @@ -336,8 +336,8 @@ typedef msg_t (*tfunc_t)(void *); * @brief Delays the invoking thread for the specified number of * microseconds. * @note The specified time is rounded up to a value allowed by the real - * system clock. - * @note The maximum specified value is implementation dependent. + * system tick clock. + * @note The maximum specifiable value is implementation dependent. * * @param[in] usec time in microseconds, must be different from zero * -- cgit v1.2.3