diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-01-19 15:28:34 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-01-19 15:28:34 +0000 |
commit | 3f200660f67fa674ef388ed3b507e29f71a2c462 (patch) | |
tree | cccd76cc40d10508cd680598b099561066cfb028 /src | |
parent | 79089d6352e01e1e7c6c3f0a88266abbc9af6abb (diff) | |
download | ChibiOS-3f200660f67fa674ef388ed3b507e29f71a2c462.tar.gz ChibiOS-3f200660f67fa674ef388ed3b507e29f71a2c462.tar.bz2 ChibiOS-3f200660f67fa674ef388ed3b507e29f71a2c462.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@645 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src')
-rw-r--r-- | src/include/ch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ch.h b/src/include/ch.h index 82766c786..6e86de81b 100644 --- a/src/include/ch.h +++ b/src/include/ch.h @@ -18,7 +18,7 @@ */
/**
- * @addtogroup Initialization
+ * @addtogroup Kernel
* @{
*/
|