diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-09-23 05:20:33 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-09-23 05:20:33 +0000 |
commit | f970eaeca23585f3aa97e6aa80f66c425fcae33d (patch) | |
tree | 635336e81d69fec8849c31a7079774c8b8e287dc /os/hal | |
parent | c708f7d750f2190ff82075378965214c06437d8c (diff) | |
download | ChibiOS-f970eaeca23585f3aa97e6aa80f66c425fcae33d.tar.gz ChibiOS-f970eaeca23585f3aa97e6aa80f66c425fcae33d.tar.bz2 ChibiOS-f970eaeca23585f3aa97e6aa80f66c425fcae33d.zip |
Removed unused settings.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12282 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/ports/STM32/STM32L4xx+/hal_lld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/STM32L4xx+/hal_lld.c b/os/hal/ports/STM32/STM32L4xx+/hal_lld.c index d02a447e0..4b2c789c5 100644 --- a/os/hal/ports/STM32/STM32L4xx+/hal_lld.c +++ b/os/hal/ports/STM32/STM32L4xx+/hal_lld.c @@ -34,7 +34,7 @@ /**
* @brief CMSIS system core clock variable.
- * @note It is declared in system_stm32f7xx.h.
+ * @note It is declared in system_stm32l4xx.h.
*/
uint32_t SystemCoreClock = STM32_HCLK;
|