Mbed for VNG board

Fork of mbed-src by mbed official

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Thu Nov 20 11:45:07 2014 +0000
Parent:
410:276cd45a8c73
Child:
412:b8e8b58d8bcd
Commit message:
Synchronized with git revision 58973a6739f5070ca7fae93366547ac58137288b

Full URL: https://github.com/mbedmicro/mbed/commit/58973a6739f5070ca7fae93366547ac58137288b/

Targets: Revert "[NUCLEO_F103RB] update SystemCoreClock after changing clock sett...

Changed in this revision

targets/cmsis/TARGET_STM/TARGET_NUCLEO_F103RB/system_stm32f10x.c Show annotated file Show diff for this revision Revisions of this file
--- a/targets/cmsis/TARGET_STM/TARGET_NUCLEO_F103RB/system_stm32f10x.c	Thu Nov 20 08:00:06 2014 +0000
+++ b/targets/cmsis/TARGET_STM/TARGET_NUCLEO_F103RB/system_stm32f10x.c	Thu Nov 20 11:45:07 2014 +0000
@@ -230,8 +230,6 @@
   /* Configure the System clock frequency, HCLK, PCLK2 and PCLK1 prescalers */
   /* Configure the Flash Latency cycles and enable prefetch buffer */
   SetSysClock();
-  
-  SystemCoreClockUpdate();
 }
 
 /**