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.
Fork of mbed by
Diff: TARGET_NUCLEO_F103RB/stm32f10x.h
- Revision:
- 84:0b3ab51c8877
- Parent:
- 77:869cf507173a
--- a/TARGET_NUCLEO_F103RB/stm32f10x.h Mon Apr 28 17:39:05 2014 +0100
+++ b/TARGET_NUCLEO_F103RB/stm32f10x.h Mon May 19 18:14:09 2014 +0100
@@ -147,6 +147,10 @@
#define HSI_VALUE ((uint32_t)8000000) /*!< Value of the Internal oscillator in Hz*/
#endif /* HSI_VALUE */
+#if !defined (LSE_VALUE)
+#define LSE_VALUE ((uint32_t)32768) /*!< Value of the External Low Speed oscillator in Hz */
+#endif
+
/**
* @brief STM32F10x Standard Peripheral Library version number
*/
