Merge pull request #728 from xiongyihui/revert-724-master

Targets: Revert "[NUCLEO_F103RB] update SystemCoreClock after changing clock sett...
pull/730/head
Martin Kojtal 2014-11-20 03:39:44 -08:00
commit 58973a6739
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();
}
/**