t

Fork of mbed-dev by mbed official

Revision:
175:af195413fb11
Parent:
174:b96e65c34a4d
--- a/targets/TARGET_Silicon_Labs/TARGET_EFM32/us_ticker.c	Mon Oct 02 15:33:19 2017 +0100
+++ b/targets/TARGET_Silicon_Labs/TARGET_EFM32/us_ticker.c	Wed Oct 11 12:45:49 2017 +0100
@@ -213,6 +213,8 @@
 
 void us_ticker_fire_interrupt(void)
 {
+    ticker_int_cnt = 0;
+    TIMER_IntSet(US_TICKER_TIMER, TIMER_IF_CC0);
     NVIC_SetPendingIRQ(US_TICKER_TIMER_IRQ);
 }