initialize at 24 MHz at very start instead of 16
This commit is contained in:
parent
529b879c08
commit
3b320e0aeb
@ -220,7 +220,7 @@ void SystemInit(void)
|
|||||||
/* Disable all interrupts */
|
/* Disable all interrupts */
|
||||||
RCC->CIER = 0x00000000U;
|
RCC->CIER = 0x00000000U;
|
||||||
|
|
||||||
SystemClock_Config_LF16();
|
SystemClock_Config_LF24();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user