mbed library sources

Fork of mbed-src by mbed official

Files at this revision

API Documentation at this revision

Comitter:
abdess
Date:
Sat Apr 19 13:38:20 2014 +0000
Parent:
160:6870f452afa4
Child:
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	Mon Apr 14 11:30:06 2014 +0100
+++ b/targets/cmsis/TARGET_STM/TARGET_NUCLEO_F401RE/system_stm32f4xx.c	Sat Apr 19 13:38:20 2014 +0000
@@ -322,12 +322,15 @@
   //HAL_RCC_MCOConfig(RCC_MCO2, RCC_MCO2SOURCE_SYSCLK, RCC_MCODIV_4); // 84 MHz / 4 = 21 MHz
 }
 
+
+#ifndef TARGET_NUCLEO_F401RE
 /* [ADDED FOR MBED]
    Used for the different timeouts in the HAL */
 void SysTick_Handler(void)
 {
   HAL_IncTick();
 }
+#endif
 
 /**
   * @}