diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-07-05 10:03:21 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-07-05 10:03:21 +0000 |
commit | 8bd5eb3a68db1570f9043a42a23ef59f184417ab (patch) | |
tree | e6ec833022602c5c1aac419bac248bc345bf6187 /os/kernel/include/chevents.h | |
parent | 628ab845682617f217ba2e6700827a793980aee4 (diff) | |
download | ChibiOS-8bd5eb3a68db1570f9043a42a23ef59f184417ab.tar.gz ChibiOS-8bd5eb3a68db1570f9043a42a23ef59f184417ab.tar.bz2 ChibiOS-8bd5eb3a68db1570f9043a42a23ef59f184417ab.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5928 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/kernel/include/chevents.h')
-rw-r--r-- | os/kernel/include/chevents.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/kernel/include/chevents.h b/os/kernel/include/chevents.h index ec5c1cb93..d8bd269ea 100644 --- a/os/kernel/include/chevents.h +++ b/os/kernel/include/chevents.h @@ -120,7 +120,7 @@ typedef void (*evhandler_t)(eventid_t); * @note This function can be invoked before the kernel is initialized
* because it just prepares a @p EventSource structure.
*
- * @param[in] esp pointer to the @p EventSource structure
+ * @param[out] esp pointer to the @p EventSource structure
*
* @init
*/
|