aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel/src/chmboxes.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-07-29 07:29:54 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-07-29 07:29:54 +0000
commit48e503d8d46b13a185503cb20b4396e5728417ed (patch)
tree699ff7632be1554987c83de905ac8a48801a1294 /os/kernel/src/chmboxes.c
parent7d892ef699164466cd328bc59a6e7effd8109a85 (diff)
downloadChibiOS-48e503d8d46b13a185503cb20b4396e5728417ed.tar.gz
ChibiOS-48e503d8d46b13a185503cb20b4396e5728417ed.tar.bz2
ChibiOS-48e503d8d46b13a185503cb20b4396e5728417ed.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4487 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/kernel/src/chmboxes.c')
-rw-r--r--os/kernel/src/chmboxes.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/kernel/src/chmboxes.c b/os/kernel/src/chmboxes.c
index a9eddb2e9..50ce22b7f 100644
--- a/os/kernel/src/chmboxes.c
+++ b/os/kernel/src/chmboxes.c
@@ -57,8 +57,8 @@
* @brief Initializes a Mailbox object.
*
* @param[out] mbp the pointer to the Mailbox structure to be initialized
- * @param[in] buf the circular messages buffer
- * @param[in] n the buffer size as number of @p msg_t
+ * @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
*
* @init
*/