diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-07-29 07:43:15 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-07-29 07:43:15 +0000 |
commit | 3d94ca6c47fd6ebbea0f23a86af0b273aa59a8e1 (patch) | |
tree | 34795f739c777a9347c775a358e6608cfcfd7282 | |
parent | 48e503d8d46b13a185503cb20b4396e5728417ed (diff) | |
download | ChibiOS-3d94ca6c47fd6ebbea0f23a86af0b273aa59a8e1.tar.gz ChibiOS-3d94ca6c47fd6ebbea0f23a86af0b273aa59a8e1.tar.bz2 ChibiOS-3d94ca6c47fd6ebbea0f23a86af0b273aa59a8e1.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4488 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | os/kernel/src/chmboxes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/kernel/src/chmboxes.c b/os/kernel/src/chmboxes.c index 50ce22b7f..860e92db9 100644 --- a/os/kernel/src/chmboxes.c +++ b/os/kernel/src/chmboxes.c @@ -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
*/
|