diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-04-03 14:53:30 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-04-03 14:53:30 +0000 |
commit | a70e278edeeabd7adf2bd01ec4bdd94bbcb41548 (patch) | |
tree | 6072f4907b9c57d25839c1f9f93bdc7f83a2da21 /os/ports | |
parent | ebe711e1a2257f012e8a558ad554385aae8fc545 (diff) | |
download | ChibiOS-a70e278edeeabd7adf2bd01ec4bdd94bbcb41548.tar.gz ChibiOS-a70e278edeeabd7adf2bd01ec4bdd94bbcb41548.tar.bz2 ChibiOS-a70e278edeeabd7adf2bd01ec4bdd94bbcb41548.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1841 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports')
-rw-r--r-- | os/ports/GCC/ARMCMx/LPC111x/cmparams.h | 4 | ||||
-rw-r--r-- | os/ports/GCC/ARMCMx/STM32F10x/cmparams.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/os/ports/GCC/ARMCMx/LPC111x/cmparams.h b/os/ports/GCC/ARMCMx/LPC111x/cmparams.h index 33de7b0f8..13fd86202 100644 --- a/os/ports/GCC/ARMCMx/LPC111x/cmparams.h +++ b/os/ports/GCC/ARMCMx/LPC111x/cmparams.h @@ -19,9 +19,9 @@ /**
* @file ARMCMx/LPC111x/cmparams.h
- * @brief ARM Cortex-M0 LPC111x specific parameters.
+ * @brief ARM Cortex-M0 LPC111x Specific Parameters.
*
- * @defgroup ARMCMx_LPC111x LPC111x specific parameters
+ * @defgroup ARMCMx_LPC111x LPC111x Specific Parameters
* @ingroup ARMCMx
* @details This file contains the Cortex-M0 specific parameters for the
* LPC111x platform.
diff --git a/os/ports/GCC/ARMCMx/STM32F10x/cmparams.h b/os/ports/GCC/ARMCMx/STM32F10x/cmparams.h index 902753f83..211e09d48 100644 --- a/os/ports/GCC/ARMCMx/STM32F10x/cmparams.h +++ b/os/ports/GCC/ARMCMx/STM32F10x/cmparams.h @@ -19,9 +19,9 @@ /**
* @file ARMCMx/STM32F10x/cmparams.h
- * @brief ARM Cortex-M3 STM32F10x specific parameters.
+ * @brief ARM Cortex-M3 STM32F10x Specific Parameters.
*
- * @defgroup ARMCMx_STM32F10x STM32F10x specific parameters
+ * @defgroup ARMCMx_STM32F10x STM32F10x Specific Parameters
* @ingroup ARMCMx
* @details This file contains the Cortex-M3 specific parameters for the
* STM32F10x platform.
|