aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/osal/nil
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-03-13 10:28:20 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-03-13 10:28:20 +0000
commit28b2143a444a29f9739d0016633c01b9273cf88f (patch)
tree79f16f1d6cac527f2994066720d2f02fd17cfc1f /os/hal/osal/nil
parent19d593770fe3faeab96477e77c1fa370fd9d095f (diff)
downloadChibiOS-28b2143a444a29f9739d0016633c01b9273cf88f.tar.gz
ChibiOS-28b2143a444a29f9739d0016633c01b9273cf88f.tar.bz2
ChibiOS-28b2143a444a29f9739d0016633c01b9273cf88f.zip
Fixed some RDY_ leftovers in HAL.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7768 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/osal/nil')
-rw-r--r--os/hal/osal/nil/osal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/osal/nil/osal.h b/os/hal/osal/nil/osal.h
index 9bdd9010c..8bd21b583 100644
--- a/os/hal/osal/nil/osal.h
+++ b/os/hal/osal/nil/osal.h
@@ -713,7 +713,7 @@ static inline void osalThreadQueueObjectInit(threads_queue_t *tqp) {
* .
* @return The message from @p osalQueueWakeupOneI() or
* @p osalQueueWakeupAllI() functions.
- * @retval RDY_TIMEOUT if the thread has not been dequeued within the
+ * @retval MSG_TIMEOUT if the thread has not been dequeued within the
* specified timeout or if the function has been
* invoked with @p TIME_IMMEDIATE as timeout
* specification.