mbed library sources

Fork of mbed-src by mbed official

Revision:
497:d54623194236
Parent:
165:46e3636d4af7
--- a/targets/hal/TARGET_STM/TARGET_DISCO_F100RB/PeripheralNames.h	Tue Mar 24 09:00:08 2015 +0000
+++ b/targets/hal/TARGET_STM/TARGET_DISCO_F100RB/PeripheralNames.h	Thu Mar 26 13:45:12 2015 +0000
@@ -37,8 +37,7 @@
 #endif
 
 typedef enum {
-    ADC_1 = (int)ADC1_BASE,
-    ADC_2 = (int)ADC2_BASE
+    ADC_1 = (int)ADC1_BASE
 } ADCName;
 
 typedef enum {
@@ -62,6 +61,7 @@
 } I2CName;
 
 typedef enum {
+    PWM_1 = (int)TIM1_BASE,
     PWM_2 = (int)TIM2_BASE,
     PWM_3 = (int)TIM3_BASE,
     PWM_4 = (int)TIM4_BASE