Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: hello SerialTestv11 SerialTestv12 Sierpinski ... more
Diff: TARGET_DISCO_L476VG/stm32l4xx_hal_conf.h
- Revision:
- 117:99a22ba036c9
- Parent:
- 111:4336505e4b1c
- Child:
- 122:f9eeca106725
diff -r c0f6e94411f5 -r 99a22ba036c9 TARGET_DISCO_L476VG/stm32l4xx_hal_conf.h --- a/TARGET_DISCO_L476VG/stm32l4xx_hal_conf.h Tue Mar 15 14:34:00 2016 +0000 +++ b/TARGET_DISCO_L476VG/stm32l4xx_hal_conf.h Wed Mar 30 11:51:09 2016 +0200 @@ -142,7 +142,7 @@ #endif /* LSE_VALUE */ #if !defined (LSE_STARTUP_TIMEOUT) - #define LSE_STARTUP_TIMEOUT ((uint32_t)100) /*!< Time out for LSE start up, in ms */ + #define LSE_STARTUP_TIMEOUT ((uint32_t)5000) /*!< Time out for LSE start up, in ms */ #endif /* HSE_STARTUP_TIMEOUT */ /**


