From c3cfdc274671c208ee697319233fe0d83ce45ca8 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 23 Feb 2015 17:55:24 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7700 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/rt/src/chthreads.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/rt/src/chthreads.c') 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 -- cgit v1.2.3