Skip to content

Commit 476d2e6

Browse files
committed
STM32F4 set HSE timeout value to 100ms
1 parent 9381a7a commit 476d2e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_STM/TARGET_STM32F4/device/stm32f4xx_hal_conf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
#endif /* HSE_VALUE */
109109

110110
#if !defined (HSE_STARTUP_TIMEOUT)
111-
#define HSE_STARTUP_TIMEOUT ((uint32_t)5000U) /*!< Time out for HSE start up, in ms */
111+
#define HSE_STARTUP_TIMEOUT 100U /*!< Time out for HSE start up, in ms */
112112
#endif /* HSE_STARTUP_TIMEOUT */
113113

114114
/**

0 commit comments

Comments
 (0)