Revert "[NUCLEO_F103RB] update SystemCoreClock after changing clock settings"

pull/728/head
Yihui Xiong 2014-11-20 19:19:47 +08:00
parent ab15b6b123
commit c6f0c3b14b
1 changed files with 0 additions and 2 deletions

View File

@ -230,8 +230,6 @@ void SystemInit (void)
/* Configure the System clock frequency, HCLK, PCLK2 and PCLK1 prescalers */
/* Configure the Flash Latency cycles and enable prefetch buffer */
SetSysClock();
SystemCoreClockUpdate();
}
/**