mbed library sources

Dependents:   frdm_kl05z_gpio_test

Fork of mbed-src by mbed official

Revision:
87:085cde657901
Parent:
84:f54042cbc282
Child:
91:0a39e62a0464
diff -r 26fc69fd3b6c -r 085cde657901 targets/hal/TARGET_STM/TARGET_NUCLEO_F030R8/us_ticker.c
--- a/targets/hal/TARGET_STM/TARGET_NUCLEO_F030R8/us_ticker.c	Sat Feb 08 12:00:07 2014 +0000
+++ b/targets/hal/TARGET_STM/TARGET_NUCLEO_F030R8/us_ticker.c	Sat Feb 08 19:45:06 2014 +0000
@@ -141,6 +141,7 @@
             TIM_SetCompare1(TIM_MST, us_ticker_int_remainder);
             us_ticker_int_remainder = 0;
         }
+        TIM_ITConfig(TIM_MST, TIM_IT_CC1, ENABLE);
     }
 }