mbed library sources. Supersedes mbed-src.

Dependents:   Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more

Revision:
180:96ed750bd169
Parent:
170:19eb464bc2be
Child:
187:0387e8f68319
--- a/targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F070RB/device/system_clock.c	Thu Dec 07 14:01:42 2017 +0000
+++ b/targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F070RB/device/system_clock.c	Wed Jan 17 15:23:54 2018 +0000
@@ -216,7 +216,6 @@
     RCC_OscInitStruct.HSICalibrationValue     = RCC_HSICALIBRATION_DEFAULT;
     RCC_OscInitStruct.HSI14State              = RCC_HSI_OFF;
     RCC_OscInitStruct.HSI14CalibrationValue   = RCC_HSI14CALIBRATION_DEFAULT;
-    RCC_OscInitStruct.HSI48State              = RCC_HSI_ON;
     RCC_OscInitStruct.LSIState                = RCC_LSI_OFF;
     RCC_OscInitStruct.PLL.PLLState            = RCC_PLL_ON;
     RCC_OscInitStruct.PLL.PLLSource           = RCC_PLLSOURCE_HSI;