diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-02-04 20:22:32 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-02-04 20:22:32 +0000 |
commit | 37f18c5818832fe6d9e8389bea01ecd13598668a (patch) | |
tree | fba95076f998152ba7ffa5a5f3cbe924dca574ea /src/chmsg.c | |
parent | e4245075bef0e790f228d47c4dfb0380f878cf4f (diff) | |
download | ChibiOS-37f18c5818832fe6d9e8389bea01ecd13598668a.tar.gz ChibiOS-37f18c5818832fe6d9e8389bea01ecd13598668a.tar.bz2 ChibiOS-37f18c5818832fe6d9e8389bea01ecd13598668a.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@716 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src/chmsg.c')
-rw-r--r-- | src/chmsg.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/chmsg.c b/src/chmsg.c index 71eb431ef..1afe1bc99 100644 --- a/src/chmsg.c +++ b/src/chmsg.c @@ -18,9 +18,12 @@ */
/**
+ * @file chmsg.c
+ * @brief Messages code.
* @addtogroup Messages
* @{
*/
+
#include <ch.h>
#ifdef CH_USE_MESSAGES
|