mbed library sources

Fork of mbed-src by mbed official

Files at this revision

API Documentation at this revision

Comitter:
abdess
Date:
Sun Apr 20 19:20:08 2014 +0000
Parent:
162:1fb772918dd0
Commit message:
.

Changed in this revision

targets/cmsis/TARGET_STM/TARGET_NUCLEO_F401RE/system_stm32f4xx.c Show annotated file Show diff for this revision Revisions of this file
--- 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
+*/
 
 /**
   * @}