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.
Dependents: hello SerialTestv11 SerialTestv12 Sierpinski ... more
Diff: TARGET_DISCO_F429ZI/hal_tick.h
- Revision:
- 123:b0220dba8be7
- Parent:
- 110:165afa46840b
--- a/TARGET_DISCO_F429ZI/hal_tick.h Thu Jul 07 14:34:11 2016 +0100 +++ b/TARGET_DISCO_F429ZI/hal_tick.h Fri Aug 12 13:04:35 2016 +0200 @@ -51,6 +51,8 @@ #define HAL_TICK_DELAY (1000) // 1 ms +void HAL_SuspendTick(void); + #ifdef __cplusplus } #endif


