STM32F4 set HSE timeout value to 100ms

pull/4422/head
jeromecoutant 2017-06-01 14:11:34 +02:00
parent 9381a7af06
commit 476d2e6be5
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,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 100U /*!< Time out for HSE start up, in ms */
#endif /* HSE_STARTUP_TIMEOUT */
/**