diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-02-04 14:13:52 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-02-04 14:13:52 +0000 |
commit | 2eb9d1cb124a33c6e48b4bc8c572d1beb9c42ca4 (patch) | |
tree | d79a585d0cccec3dc3f7357d6d0c741860a62d81 /os/common | |
parent | 2f5f47e43b45c6af839b0177f441d3a8081ebbc6 (diff) | |
download | ChibiOS-2eb9d1cb124a33c6e48b4bc8c572d1beb9c42ca4.tar.gz ChibiOS-2eb9d1cb124a33c6e48b4bc8c572d1beb9c42ca4.tar.bz2 ChibiOS-2eb9d1cb124a33c6e48b4bc8c572d1beb9c42ca4.zip |
Dual CDC demo for the STM32F4, to be tested.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7653 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common')
-rw-r--r-- | os/common/ports/ARMCMx/devices/STM32L1xx/cmparams.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/common/ports/ARMCMx/devices/STM32L1xx/cmparams.h b/os/common/ports/ARMCMx/devices/STM32L1xx/cmparams.h index 08451c86e..2e3062f4a 100644 --- a/os/common/ports/ARMCMx/devices/STM32L1xx/cmparams.h +++ b/os/common/ports/ARMCMx/devices/STM32L1xx/cmparams.h @@ -19,11 +19,11 @@ /**
* @file STM32L1xx/cmparams.h
- * @brief ARM Cortex-M4 parameters for the STM32L1xx.
+ * @brief ARM Cortex-M3 parameters for the STM32L1xx.
*
* @defgroup ARMCMx_STM32L1xx STM32L1xx Specific Parameters
* @ingroup ARMCMx_SPECIFIC
- * @details This file contains the Cortex-M4 specific parameters for the
+ * @details This file contains the Cortex-M3 specific parameters for the
* STM32L1xx platform.
* @{
*/
|