diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-07-17 08:21:29 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-07-17 08:21:29 +0000 |
commit | 9116939c516b501c0476ffbb51c4d00f236d7419 (patch) | |
tree | dc05ea11e9364660f2a7a0047a503807ec79a890 /os/rt | |
parent | d4940ccd2699958f3612575cc919266a07751b88 (diff) | |
download | ChibiOS-9116939c516b501c0476ffbb51c4d00f236d7419.tar.gz ChibiOS-9116939c516b501c0476ffbb51c4d00f236d7419.tar.bz2 ChibiOS-9116939c516b501c0476ffbb51c4d00f236d7419.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7035 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/rt')
-rw-r--r-- | os/rt/ports/e200/compilers/GCC/chtypes.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os/rt/ports/e200/compilers/GCC/chtypes.h b/os/rt/ports/e200/compilers/GCC/chtypes.h index 074d33c14..ccd6dd5fa 100644 --- a/os/rt/ports/e200/compilers/GCC/chtypes.h +++ b/os/rt/ports/e200/compilers/GCC/chtypes.h @@ -19,10 +19,10 @@ */
/**
- * @file PPC/chtypes.h
- * @brief PowerPC architecture port system types.
+ * @file e200/compilers/GCC/chtypes.h
+ * @brief Power e200 port system types.
*
- * @addtogroup PPC_CORE
+ * @addtogroup PPC_GCC_CORE
* @{
*/
|