File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
targets/TARGET_STM/TARGET_STM32F1/device Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ extern "C" {
114114 * @brief Internal Low Speed oscillator (LSI) value.
115115 */
116116#if !defined (LSI_VALUE )
117- #define LSI_VALUE 32000U /*!< LSI Typical Value in Hz */
117+ #define LSI_VALUE 40000U /*!< LSI Typical Value in Hz */
118118#endif /* LSI_VALUE */ /*!< Value of the Internal Low Speed oscillator in Hz
119119 The real value may vary depending on the variations
120120 in voltage and temperature. */
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ typedef struct
120120#endif /* LSE_VALUE */
121121
122122#if !defined (LSI_VALUE )
123- #define LSI_VALUE 32000U /*!< Value of the LSI oscillator in Hz */
123+ #define LSI_VALUE 40000U /*!< Value of the LSI oscillator in Hz */
124124#endif /* LSI_VALUE */
125125/**
126126 * @}
You can’t perform that action at this time.
0 commit comments