mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 14:58:13 +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;
|
||||
#endif
|
||||
|
||||
|
||||
putreg32(regval, STM32_RCC_AHB2ENR); /* Enable peripherals */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user