mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
STM32F0: Ooops Missing semicolon
This commit is contained in:
@@ -95,7 +95,7 @@ void stm32f0_clockconfig(void)
|
||||
|
||||
regval = getreg32(STM32F0_RCC_CFGR);
|
||||
regval &= ~RCC_CFGR_PLLMUL_MASK;
|
||||
regval |= RCC_CFGR_PLLMUL_CLKx6
|
||||
regval |= RCC_CFGR_PLLMUL_CLKx6;
|
||||
putreg32(regval, STM32F0_RCC_CFGR);
|
||||
|
||||
/* Enable the PLL */
|
||||
|
||||
Reference in New Issue
Block a user