Documentation improvement.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16269 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2023-05-27 13:02:14 +00:00
parent 9dfa4035fe
commit e2254ed144
1 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@ extern "C" {
* requirement.
*
* @param[out] ofp pointer to a @p objects_fifo_t structure
* @param[in] objsize size of objects
* @param[in] objsize object size
* @param[in] objn number of objects available
* @param[in] objalign required objects alignment
* @param[in] objbuf pointer to the buffer of objects, it must be able
@ -142,7 +142,7 @@ static inline void chFifoObjectInitAligned(objects_fifo_t *ofp, size_t objsize,
* requirement.
*
* @param[out] ofp pointer to a @p objects_fifo_t structure
* @param[in] objsize size of objects
* @param[in] objsize object size
* @param[in] objn number of objects available
* @param[in] objbuf pointer to the buffer of objects, it must be able
* to hold @p objn objects of @p objsize size