Fix comments
This commit is contained in:
parent
693076e37e
commit
d47ef99119
|
@ -23,8 +23,8 @@ void SystemInit(void)
|
||||||
RCC->CFGR = (RCC->CFGR & ~RCC_CFGR_SW) | RCC_CFGR_SW_1;
|
RCC->CFGR = (RCC->CFGR & ~RCC_CFGR_SW) | RCC_CFGR_SW_1;
|
||||||
|
|
||||||
// Resulting clocks:
|
// Resulting clocks:
|
||||||
// SYSCLK, AHB, APB2 72 Mhz
|
// SYSCLK, AHB, APB2 48 Mhz
|
||||||
// APB1, ADC 36 MHz
|
// APB1, ADC 24 MHz
|
||||||
|
|
||||||
// Disable all interrupts
|
// Disable all interrupts
|
||||||
RCC->CIR = 0x00000000;
|
RCC->CIR = 0x00000000;
|
||||||
|
|
Loading…
Reference in a new issue