Browse Source

Reduced LSE timeout

LSE bypass looks to be unsupported by mbed.
Kevin Lee 5 years ago
parent
commit
f843883332

+ 1 - 1
Nixie_Firmware_Mbed/mbed-dev/targets/TARGET_STM/TARGET_STM32L4/device/stm32l4xx_hal_conf.h

@@ -161,7 +161,7 @@
 #endif /* LSE_VALUE */
 
 #if !defined  (LSE_STARTUP_TIMEOUT)
-  #define LSE_STARTUP_TIMEOUT    ((uint32_t)5000U)  /*!< Time out for LSE start up, in ms */
+  #define LSE_STARTUP_TIMEOUT    ((uint32_t)200U)  /*!< Time out for LSE start up, in ms */
 #endif /* HSE_STARTUP_TIMEOUT */
 
 /**