Merge pull request #4422 from jeromecoutant/PR_F4_HSE_TIMEOUT

STM32F4 set HSE timeout value to 100ms
pull/4639/head
Jimmy Brisson 2017-06-26 10:29:13 -05:00 committed by GitHub
commit fc39ad1625
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 */
/**