The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

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
    */