doc fix
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9135 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
a1480d01d1
commit
ab961a54e0
|
@ -198,7 +198,7 @@ void chPoolFree(memory_pool_t *mp, void *objp) {
|
||||||
chSysUnlock();
|
chSysUnlock();
|
||||||
}
|
}
|
||||||
|
|
||||||
#if CH_CFG_USE_SEMAPHORES == TRUE
|
#if (CH_CFG_USE_SEMAPHORES == TRUE) || defined(__DOXYGEN__)
|
||||||
/**
|
/**
|
||||||
* @brief Initializes an empty guarded memory pool.
|
* @brief Initializes an empty guarded memory pool.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue