mbed library sources

Fork of mbed-src by mbed official

Revision:
174:8bb9f3a33240
Parent:
87:085cde657901
diff -r 033f1c328f6e -r 8bb9f3a33240 targets/cmsis/TARGET_STM/TARGET_NUCLEO_F103RB/stm32f10x.h
--- a/targets/cmsis/TARGET_STM/TARGET_NUCLEO_F103RB/stm32f10x.h	Mon Apr 28 18:15:06 2014 +0100
+++ b/targets/cmsis/TARGET_STM/TARGET_NUCLEO_F103RB/stm32f10x.h	Tue Apr 29 11:15:07 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
    */