aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-02-23 17:55:24 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-02-23 17:55:24 +0000
commitc3cfdc274671c208ee697319233fe0d83ce45ca8 (patch)
tree4875fda7d390febc44598f928e560fff2a188c85 /os
parent2446dcc077e32243c9e12f5cafe9f8a0fec78ddd (diff)
downloadChibiOS-c3cfdc274671c208ee697319233fe0d83ce45ca8.tar.gz
ChibiOS-c3cfdc274671c208ee697319233fe0d83ce45ca8.tar.bz2
ChibiOS-c3cfdc274671c208ee697319233fe0d83ce45ca8.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7700 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r--os/rt/src/chthreads.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/rt/src/chthreads.c b/os/rt/src/chthreads.c
index 414f28d37..50cf48a79 100644
--- a/os/rt/src/chthreads.c
+++ b/os/rt/src/chthreads.c
@@ -335,7 +335,7 @@ void chThdSleepUntil(systime_t time) {
* @note The system time is assumed to be between @p prev and @p time
* else the call is assumed to have been called outside the
* allowed time interval, in this case no sleep is performed.
- * @see chThdSleepUntilWindowed()
+ * @see chThdSleepUntil()
*
* @param[in] prev absolute system time of the previous deadline
* @param[in] next absolute system time of the next deadline