Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-src by
Revision 163:c15717b680e9, committed 2014-04-20
- 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 +*/ /** * @}