Documentation related fix.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6009 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2013-07-20 09:50:05 +00:00
parent 91ab8ccb0b
commit ac887d4f50
1 changed files with 1 additions and 1 deletions

View File

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