git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9135 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2016-03-18 10:10:31 +00:00
parent a1480d01d1
commit ab961a54e0
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ void chPoolFree(memory_pool_t *mp, void *objp) {
chSysUnlock();
}
#if CH_CFG_USE_SEMAPHORES == TRUE
#if (CH_CFG_USE_SEMAPHORES == TRUE) || defined(__DOXYGEN__)
/**
* @brief Initializes an empty guarded memory pool.
*