diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-11-05 13:57:24 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-11-05 13:57:24 +0000 |
commit | 4895ea3f4ea3c80f9e2648c71d566da69388b4ff (patch) | |
tree | e7d597d4fcd266a34a709be3a81292fd6634ff6c | |
parent | e5e6b2c513a5338a8b79c745eb841e1d3e063bc9 (diff) | |
download | ChibiOS-4895ea3f4ea3c80f9e2648c71d566da69388b4ff.tar.gz ChibiOS-4895ea3f4ea3c80f9e2648c71d566da69388b4ff.tar.bz2 ChibiOS-4895ea3f4ea3c80f9e2648c71d566da69388b4ff.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3471 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | os/ports/GCC/ARMCMx/STM32F4xx/cmparams.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/os/ports/GCC/ARMCMx/STM32F4xx/cmparams.h b/os/ports/GCC/ARMCMx/STM32F4xx/cmparams.h index e5d942d61..96ea09ff8 100644 --- a/os/ports/GCC/ARMCMx/STM32F4xx/cmparams.h +++ b/os/ports/GCC/ARMCMx/STM32F4xx/cmparams.h @@ -19,13 +19,13 @@ */
/**
- * @file GCC/ARMCMx/STM32F1xx/cmparams.h
- * @brief ARM Cortex-M3 parameters for the STM32F1xx.
+ * @file GCC/ARMCMx/STM32F4xx/cmparams.h
+ * @brief ARM Cortex-M3 parameters for the STM32F4xx.
*
- * @defgroup ARMCMx_STM32F1xx STM32F1xx Specific Parameters
+ * @defgroup ARMCMx_STM32F4xx STM32F4xx Specific Parameters
* @ingroup ARMCMx_SPECIFIC
* @details This file contains the Cortex-M3 specific parameters for the
- * STM32F1xx platform.
+ * STM32F4xx platform.
* @{
*/
|