stm32h7 stm32h7x3xx_rc: Fix CS violation

This commit is contained in:
David Sidrane 2020-05-22 04:02:14 -07:00 committed by Alan Carvalho de Assis
parent 19111d9d85
commit 1c2e8cbb36
1 changed files with 0 additions and 1 deletions

View File

@ -269,7 +269,6 @@ static inline void rcc_enableahb2(void)
regval |= RCC_AHB2ENR_SDMMC2EN;
#endif
putreg32(regval, STM32_RCC_AHB2ENR); /* Enable peripherals */
}