git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_17.6.x@10728 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2017-10-01 12:44:24 +00:00
parent 2482e097fa
commit 7b4cfc7eae
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ typedef struct {
* @brief Guarded memory pool descriptor. * @brief Guarded memory pool descriptor.
*/ */
typedef struct { typedef struct {
semaphore_t sem; /**< @brief Counter semaphore quarding semaphore_t sem; /**< @brief Counter semaphore guarding
the memory pool. */ the memory pool. */
memory_pool_t pool; /**< @brief The memory pool itself. */ memory_pool_t pool; /**< @brief The memory pool itself. */
} guarded_memory_pool_t; } guarded_memory_pool_t;