From 4b3321c4db8d1ce0c0e69c6d1f6bd5ff25df9ea2 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 15 Jul 2018 11:52:28 +0000 Subject: Documentation fixes. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12176 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/lib/include/chmempools.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'os/lib') diff --git a/os/lib/include/chmempools.h b/os/lib/include/chmempools.h index 72c1e60dd..6e5a45277 100644 --- a/os/lib/include/chmempools.h +++ b/os/lib/include/chmempools.h @@ -198,8 +198,7 @@ static inline void chPoolObjectInit(memory_pool_t *mp, * @pre The memory pool must be already been initialized. * @pre The added object must be of the right size for the specified * memory pool. - * @pre The added object must be memory aligned to the size of - * @p stkalign_t type. + * @pre The added object must be properly aligned. * @note This function is just an alias for @p chPoolFree() and has been * added for clarity. * @@ -218,8 +217,7 @@ static inline void chPoolAdd(memory_pool_t *mp, void *objp) { * @pre The memory pool must be already been initialized. * @pre The added object must be of the right size for the specified * memory pool. - * @pre The added object must be memory aligned to the size of - * @p stkalign_t type. + * @pre The added object must be properly aligned. * @note This function is just an alias for @p chPoolFreeI() and has been * added for clarity. * -- cgit v1.2.3