diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-12-31 16:58:46 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-12-31 16:58:46 +0000 |
commit | 184e4596190c7dfe425fec1e67ec6f242eae06ba (patch) | |
tree | fb99265c41dd9fc62624f5680c93101463e27b7d /os/common/startup | |
parent | bdf567c5f9bec07137a61c11fa22d91bfb292e1c (diff) | |
download | ChibiOS-184e4596190c7dfe425fec1e67ec6f242eae06ba.tar.gz ChibiOS-184e4596190c7dfe425fec1e67ec6f242eae06ba.tar.bz2 ChibiOS-184e4596190c7dfe425fec1e67ec6f242eae06ba.zip |
Small documentation fix.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12513 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/common/startup')
-rw-r--r-- | os/common/startup/ARMCMx/devices/STM32L4xx/cmparams.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os/common/startup/ARMCMx/devices/STM32L4xx/cmparams.h b/os/common/startup/ARMCMx/devices/STM32L4xx/cmparams.h index 3b727008f..c55fcc109 100644 --- a/os/common/startup/ARMCMx/devices/STM32L4xx/cmparams.h +++ b/os/common/startup/ARMCMx/devices/STM32L4xx/cmparams.h @@ -15,10 +15,10 @@ */
/**
- * @file STM32F4xx/cmparams.h
- * @brief ARM Cortex-M4 parameters for the STM32F4xx.
+ * @file STM32L4xx/cmparams.h
+ * @brief ARM Cortex-M4 parameters for the STM32L4xx.
*
- * @defgroup ARMCMx_STM32L$xx STM32L4xx Specific Parameters
+ * @defgroup ARMCMx_STM32L4xx STM32L4xx Specific Parameters
* @ingroup ARMCMx_SPECIFIC
* @details This file contains the Cortex-M4 specific parameters for the
* STM32L4xx platform.
|