mbed library sources for GR-PEACH rev.B.

Fork of mbed-src by mbed official

Revision:
92:05f19f05c134
Parent:
91:0a39e62a0464
Child:
96:c359415e941f
--- a/targets/hal/TARGET_STM/TARGET_NUCLEO_L152RE/us_ticker.c	Thu Feb 13 18:15:05 2014 +0000
+++ b/targets/hal/TARGET_STM/TARGET_NUCLEO_L152RE/us_ticker.c	Mon Feb 17 16:15:17 2014 +0000
@@ -35,7 +35,7 @@
 #define TIM_MST_RCC        RCC_APB2PeriphClockCmd(RCC_APB2Periph_TIM9, ENABLE)
 
 static int      us_ticker_inited = 0;
-static uint32_t SlaveCounter = 0;
+static volatile uint32_t SlaveCounter = 0;
 static uint32_t oc_int_part = 0;
 static uint16_t oc_rem_part = 0;