aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32F4xx/stm32_rcc.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-10-28 08:55:14 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-10-28 08:55:14 +0000
commit0ce83f374de7003dd997e6a6fb6ca956ba6b98d4 (patch)
tree5ecd46eb772d99065e61a014fcdf70f9321dc027 /os/hal/ports/STM32/STM32F4xx/stm32_rcc.h
parent938af64be310a7973e02fda1ef48c55667b4df48 (diff)
downloadChibiOS-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/STM32F4xx/stm32_rcc.h')
-rw-r--r--os/hal/ports/STM32/STM32F4xx/stm32_rcc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/STM32F4xx/stm32_rcc.h b/os/hal/ports/STM32/STM32F4xx/stm32_rcc.h
index 3f2fb0519..6f3e269e6 100644
--- a/os/hal/ports/STM32/STM32F4xx/stm32_rcc.h
+++ b/os/hal/ports/STM32/STM32F4xx/stm32_rcc.h
@@ -469,7 +469,6 @@
#define rccResetPWRInterface() rccResetAPB1(RCC_APB1RSTR_PWRRST)
/** @} */
-
/**
* @name CAN peripherals specific RCC operations
* @{