We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a2a48c + 476d2e6 commit fc39ad1Copy full SHA for fc39ad1
targets/TARGET_STM/TARGET_STM32F4/device/stm32f4xx_hal_conf.h
@@ -108,7 +108,7 @@
108
#endif /* HSE_VALUE */
109
110
#if !defined (HSE_STARTUP_TIMEOUT)
111
- #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 */
112
#endif /* HSE_STARTUP_TIMEOUT */
113
114
/**
0 commit comments