mbed library sources

Dependents:   bare

Fork of mbed-src by mbed official

Revision:
87:085cde657901
Parent:
84:f54042cbc282
Child:
118:b44c45162f28
--- a/targets/hal/TARGET_STM/TARGET_NUCLEO_L152RE/PeripheralNames.h	Sat Feb 08 12:00:07 2014 +0000
+++ b/targets/hal/TARGET_STM/TARGET_NUCLEO_L152RE/PeripheralNames.h	Sat Feb 08 19:45:06 2014 +0000
@@ -65,9 +65,9 @@
 } I2CName;
 
 typedef enum {
-    PWM_2  = (int)TIM2_BASE,
-    PWM_3  = (int)TIM3_BASE,
-    PWM_4  = (int)TIM4_BASE
+    PWM_2 = (int)TIM2_BASE,
+    PWM_3 = (int)TIM3_BASE,
+    PWM_4 = (int)TIM4_BASE
 } PWMName;
 
 #ifdef __cplusplus