mbed library sources. Supersedes mbed-src. Fixed broken STM32F1xx RTC on rtc_api.c

Dependents:   Nucleo_F103RB_RTC_battery_bkup_pwr_off_okay

Fork of mbed-dev by mbed official

Revision:
171:89b338f31ef1
Parent:
170:19eb464bc2be
--- a/targets/TARGET_STM/TARGET_STM32L1/common_objects.h	Thu Aug 03 13:13:39 2017 +0100
+++ b/targets/TARGET_STM/TARGET_STM32L1/common_objects.h	Wed Aug 16 18:27:13 2017 +0100
@@ -122,6 +122,12 @@
     DAC_HandleTypeDef handle;
 };
 
+struct analogin_s {
+    ADC_HandleTypeDef handle;
+    PinName pin;
+    uint8_t channel;
+};
+
 #include "gpio_object.h"
 
 #ifdef __cplusplus