mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 01:21:26 +08:00
stm32h7 stm32h7x3xx_rc: Fix CS violation
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
19111d9d85
commit
1c2e8cbb36
@@ -269,7 +269,6 @@ static inline void rcc_enableahb2(void)
|
|||||||
regval |= RCC_AHB2ENR_SDMMC2EN;
|
regval |= RCC_AHB2ENR_SDMMC2EN;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
putreg32(regval, STM32_RCC_AHB2ENR); /* Enable peripherals */
|
putreg32(regval, STM32_RCC_AHB2ENR); /* Enable peripherals */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user