mbed library sources

Fork of mbed-src by mbed official

Revision:
163:c15717b680e9
Parent:
162:1fb772918dd0
--- a/targets/cmsis/TARGET_STM/TARGET_NUCLEO_F401RE/system_stm32f4xx.c	Sat Apr 19 17:27:59 2014 +0000
+++ b/targets/cmsis/TARGET_STM/TARGET_NUCLEO_F401RE/system_stm32f4xx.c	Sun Apr 20 19:20:08 2014 +0000
@@ -325,14 +325,14 @@
 }
 
 
-#ifndef TARGET_NUCLEO_F401RE
+
 /* [ADDED FOR MBED]
-   Used for the different timeouts in the HAL */
+   Used for the different timeouts in the HAL 
 void SysTick_Handler(void)
 {
   HAL_IncTick();
 }
-#endif
+*/
 
 /**
   * @}