git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7700 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
2446dcc077
commit
c3cfdc2746
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue