Fork of mbed-dev build 137, last build before FAT file system appears to be broken. Also reduced HSE timeout time in STM4XX HAL

Fork of mbed-dev by mbed official

Files at this revision

API Documentation at this revision

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 */
 
 /**