my fork

Dependents:   Nucleo_blueNRG

Fork of mbed by mbed official

Revision:
92:4fc01daae5a5
Parent:
90:cb3d968589d8
Child:
93:e188a91d3eaa
--- a/TARGET_NUCLEO_F030R8/stm32f0xx_hal_conf.h	Wed Oct 29 11:02:04 2014 +0000
+++ b/TARGET_NUCLEO_F030R8/stm32f0xx_hal_conf.h	Thu Nov 27 13:33:22 2014 +0000
@@ -93,7 +93,7 @@
   *        Timeout value 
   */
 #if !defined  (HSE_STARTUP_TIMEOUT)
-  #define HSE_STARTUP_TIMEOUT    ((uint32_t)50)   /*!< 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 */
 
 /**