Documentation fix.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9761 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2016-09-13 08:10:04 +00:00
parent 11eb96e9b8
commit 73c7762558
1 changed files with 0 additions and 8 deletions

View File

@ -824,10 +824,6 @@ msg_t chSemWaitTimeoutS(semaphore_t *sp, systime_t timeout) {
/**
* @brief Performs a signal operation on a semaphore.
* @post This function does not reschedule so a call to a rescheduling
* function must be performed before unlocking the kernel. Note that
* interrupt handlers always reschedule on exit so an explicit
* reschedule must not be performed in ISRs.
*
* @param[in] sp pointer to a @p semaphore_t structure
*
@ -881,10 +877,6 @@ void chSemSignalI(semaphore_t *sp) {
* @post After invoking this function all the threads waiting on the
* semaphore, if any, are released and the semaphore counter is set
* to the specified, non negative, value.
* @post This function does not reschedule so a call to a rescheduling
* function must be performed before unlocking the kernel. Note that
* interrupt handlers always reschedule on exit so an explicit
* reschedule must not be performed in ISRs.
*
* @param[in] sp pointer to a @p semaphore_t structure
* @param[in] n the new value of the semaphore counter. The value must