/TARGET_K64F/TARGET_Freescale/TARGET_KPSDK_MCUS/TARGET_KPSDK_CODE/hal/adc/fsl_adc_hal.h substitute line 894 extern } by }
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 */