git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7700 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
Giovanni Di Sirio 2015-02-23 17:55:24 +00:00
parent 2446dcc077
commit c3cfdc2746
1 changed files with 1 additions and 1 deletions

View File

@ -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