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-dev by
Revision 167:356ef919c855, committed 2017-06-20
- Comitter:
- kkado
- Date:
- Tue Jun 20 11:06:37 2017 +0000
- Parent:
- 159:612c381a210f
- Commit message:
- Build 137 with reduced HSE timeout
Changed in this revision
targets/TARGET_STM/TARGET_STM32F4/device/stm32f4xx_hal_conf.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/targets/TARGET_STM/TARGET_STM32F4/device/stm32f4xx_hal_conf.h Tue Feb 28 17:13:35 2017 +0000 +++ b/targets/TARGET_STM/TARGET_STM32F4/device/stm32f4xx_hal_conf.h Tue Jun 20 11:06:37 2017 +0000 @@ -107,7 +107,7 @@ #endif /* HSE_VALUE */ #if !defined (HSE_STARTUP_TIMEOUT) - #define HSE_STARTUP_TIMEOUT ((uint32_t)5000U) /*!< Time out for HSE start up, in ms */ + #define HSE_STARTUP_TIMEOUT ((uint32_t)200U) /*!< Time out for HSE start up, in ms */ #endif /* HSE_STARTUP_TIMEOUT */ /**