Documentation related fix.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6009 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
91ab8ccb0b
commit
ac887d4f50
|
@ -340,7 +340,7 @@ void chSemAddCounterI(Semaphore *sp, cnt_t n) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#if CH_USE_SEMSW
|
#if CH_USE_SEMSW || defined(__DOXYGEN__)
|
||||||
/**
|
/**
|
||||||
* @brief Performs atomic signal and wait operations on two semaphores.
|
* @brief Performs atomic signal and wait operations on two semaphores.
|
||||||
* @pre The configuration option @p CH_USE_SEMSW must be enabled in order
|
* @pre The configuration option @p CH_USE_SEMSW must be enabled in order
|
||||||
|
|
Loading…
Reference in New Issue