git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4488 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2012-07-29 07:43:15 +00:00
parent 48e503d8d4
commit 3d94ca6c47
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
*
* @param[out] mbp the pointer to the Mailbox structure to be initialized
* @param[in] buf pointer to the messages buffer as an array of @p msg_t
* @param[in] n size of the buffer as number of @p msg_t
* @param[in] n number of elements in the buffer array
*
* @init
*/