Commits
Patrice Chotard committed dcb11959d85
mach-stm32: stmf32f4: timer: remove clock_get() call In order to use common clock driver between STM32F4 and STM32F7, remove clock_get() call As APB_PSC is always set to 2, only case when clock_get(CLOCK_AHB) != clock_get(CLOCK_APB1) is kept Signed-off-by: Patrice Chotard <patrice.chotard@st.com>