mbed library sources. Supersedes mbed-src.

Fork of mbed by teralytic

Revision:
148:4802eb17e82b
Parent:
144:ef7eb2e8f9f7
--- a/targets/cmsis/TARGET_STM/TARGET_STM32L4/stm32l4xx_hal_rcc.h	Fri Sep 16 16:24:25 2016 +0100
+++ b/targets/cmsis/TARGET_STM/TARGET_STM32L4/stm32l4xx_hal_rcc.h	Mon Oct 17 18:47:01 2016 +0000
@@ -163,7 +163,7 @@
   * @{
   */
 #define RCC_DBP_TIMEOUT_VALUE          ((uint32_t)2U)    /* 2 ms (minimum Tick + 1) */
-#define RCC_LSE_TIMEOUT_VALUE          LSE_STARTUP_TIMEOUT
+#define RCC_LSE_TIMEOUT_VALUE          ((uint32_t)5000) // LSE_STARTUP_TIMEOUT
 /**
   * @}
   */