diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-10-28 08:55:14 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-10-28 08:55:14 +0000 |
commit | 0ce83f374de7003dd997e6a6fb6ca956ba6b98d4 (patch) | |
tree | 5ecd46eb772d99065e61a014fcdf70f9321dc027 /os/hal/ports/STM32/STM32L4xx | |
parent | 938af64be310a7973e02fda1ef48c55667b4df48 (diff) | |
download | ChibiOS-0ce83f374de7003dd997e6a6fb6ca956ba6b98d4.tar.gz ChibiOS-0ce83f374de7003dd997e6a6fb6ca956ba6b98d4.tar.bz2 ChibiOS-0ce83f374de7003dd997e6a6fb6ca956ba6b98d4.zip |
Fixed RTC on newer STM32F7 devices.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9888 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/STM32L4xx')
-rw-r--r-- | os/hal/ports/STM32/STM32L4xx/stm32_rcc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/STM32L4xx/stm32_rcc.h b/os/hal/ports/STM32/STM32L4xx/stm32_rcc.h index 83dfdffd1..8905c6b59 100644 --- a/os/hal/ports/STM32/STM32L4xx/stm32_rcc.h +++ b/os/hal/ports/STM32/STM32L4xx/stm32_rcc.h @@ -413,7 +413,6 @@ #define rccResetPWRInterface() rccResetAPB1R1(RCC_APB1RSTR1_PWRRST)
/** @} */
-
/**
* @name CAN peripherals specific RCC operations
* @{
|