/TARGET_K64F/TARGET_Freescale/TARGET_KPSDK_MCUS/TARGET_KPSDK_CODE/hal/adc/fsl_adc_hal.h substitute line 894 extern } by }

Fork of mbed by mbed official

Revision:
83:8a40adfe8776
Parent:
82:6473597d706e
Child:
85:024bf7f99721
--- a/TARGET_NUCLEO_F030R8/TARGET_STM/TARGET_NUCLEO_F030R8/PeripheralNames.h	Mon Apr 07 18:28:36 2014 +0100
+++ b/TARGET_NUCLEO_F030R8/TARGET_STM/TARGET_NUCLEO_F030R8/PeripheralNames.h	Mon Apr 28 17:39:05 2014 +0100
@@ -67,7 +67,9 @@
 typedef enum {
     TIM_3 = (int)TIM3_BASE,
     TIM_14 = (int)TIM14_BASE,
-    TIM_16 = (int)TIM16_BASE
+    TIM_15 = (int)TIM15_BASE,
+    TIM_16 = (int)TIM16_BASE,
+    TIM_17 = (int)TIM17_BASE
 } PWMName;
 
 #ifdef __cplusplus