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_NUCLEO_F030R8/stm32f0xx.h
- Revision:
- 83:8a40adfe8776
- Parent:
- 81:7d30d6019079
- Child:
- 90:cb3d968589d8
--- a/TARGET_NUCLEO_F030R8/stm32f0xx.h Mon Apr 07 18:28:36 2014 +0100 +++ b/TARGET_NUCLEO_F030R8/stm32f0xx.h Mon Apr 28 17:39:05 2014 +0100 @@ -137,7 +137,7 @@ Timeout value */ #if !defined (HSE_STARTUP_TIMEOUT) -#define HSE_STARTUP_TIMEOUT ((uint16_t)0x5000) /*!< Time out for HSE start up */ +#define HSE_STARTUP_TIMEOUT ((uint16_t)1000) /*!< Time out for HSE start up */ #endif /* HSE_STARTUP_TIMEOUT */ /**