mbed library sources; Westley's fork for IEEE Micromouse

Fork of mbed-src by mbed official

Files at this revision

API Documentation at this revision

Comitter:
anikom15
Date:
Mon Nov 09 00:59:27 2015 +0000
Parent:
635:a11c0372f0ba
Commit message:
Reduce startup wait time to 500 ms.

Changed in this revision

targets/cmsis/TARGET_STM/TARGET_STM32F4/TARGET_UBLOX_C029/stm32f4xx_hal_conf.h Show annotated file Show diff for this revision Revisions of this file
--- a/targets/cmsis/TARGET_STM/TARGET_STM32F4/TARGET_UBLOX_C029/stm32f4xx_hal_conf.h	Wed Sep 30 17:00:09 2015 +0100
+++ b/targets/cmsis/TARGET_STM/TARGET_STM32F4/TARGET_UBLOX_C029/stm32f4xx_hal_conf.h	Mon Nov 09 00:59:27 2015 +0000
@@ -101,7 +101,7 @@
 #endif /* HSE_VALUE */
 
 #if !defined  (HSE_STARTUP_TIMEOUT)
-  #define HSE_STARTUP_TIMEOUT    ((uint32_t)5000)   /*!< Time out for HSE start up, in ms */
+  #define HSE_STARTUP_TIMEOUT    ((uint32_t)500)   /*!< Time out for HSE start up, in ms */
 #endif /* HSE_STARTUP_TIMEOUT */
 
 /**