diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-03-12 11:25:52 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-03-12 11:25:52 +0000 |
commit | f1bb1a01ca40b8c999346c701450fcf0ca74827a (patch) | |
tree | 1de63d595b0452eb4528ed31b329abd64392c406 /os | |
parent | 56d43eba18bb5efb585c3a8818457de1de24071a (diff) | |
download | ChibiOS-f1bb1a01ca40b8c999346c701450fcf0ca74827a.tar.gz ChibiOS-f1bb1a01ca40b8c999346c701450fcf0ca74827a.tar.bz2 ChibiOS-f1bb1a01ca40b8c999346c701450fcf0ca74827a.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1738 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r-- | os/ports/RC/STM8/port.dox | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/os/ports/RC/STM8/port.dox b/os/ports/RC/STM8/port.dox index 332b7f3f1..3c2e812a8 100644 --- a/os/ports/RC/STM8/port.dox +++ b/os/ports/RC/STM8/port.dox @@ -77,11 +77,11 @@ */
/**
- * @defgroup MSP430_CORE Core Port Implementation
- * @brief MSP430 specific port code, structures and macros.
+ * @defgroup STM8_CORE Core Port Implementation
+ * @brief STM8 specific port code, structures and macros.
*
- * @ingroup MSP430
- * @file MSP430/chtypes.h Port types.
- * @file MSP430/chcore.h Port related structures and macros.
- * @file MSP430/chcore.c Port related code.
+ * @ingroup STM8
+ * @file STM8/chtypes.h Port types.
+ * @file STM8/chcore.h Port related structures and macros.
+ * @file STM8/chcore.c Port related code.
*/
|