meh
Fork of mbed by
Diff: TARGET_NUCLEO_F334R8/stm32f3xx_hal_conf.h
- Revision:
- 111:4336505e4b1c
- Parent:
- 92:4fc01daae5a5
--- a/TARGET_NUCLEO_F334R8/stm32f3xx_hal_conf.h Wed Nov 25 13:21:40 2015 +0000 +++ b/TARGET_NUCLEO_F334R8/stm32f3xx_hal_conf.h Tue Dec 15 14:39:38 2015 +0000 @@ -100,7 +100,7 @@ * Timeout value */ #if !defined (HSE_STARTUP_TIMEOUT) - #define HSE_STARTUP_TIMEOUT ((uint32_t)500) /*!< Time out for HSE start up, in ms */ + #define HSE_STARTUP_TIMEOUT ((uint32_t)200) /*!< Time out for HSE start up, in ms */ #endif /* HSE_STARTUP_TIMEOUT */ /** @@ -117,7 +117,7 @@ * Timeout value */ #if !defined (HSI_STARTUP_TIMEOUT) - #define HSI_STARTUP_TIMEOUT ((uint32_t)5000) /*!< Time out for HSI start up */ + #define HSI_STARTUP_TIMEOUT ((uint32_t)100) /*!< Time out for HSI start up */ #endif /* HSI_STARTUP_TIMEOUT */ /**