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" {
114
114
* @brief Internal Low Speed oscillator (LSI) value.
115
115
*/
116
116
#if !defined (LSI_VALUE )
117
- #define LSI_VALUE 32000U /*!< LSI Typical Value in Hz */
117
+ #define LSI_VALUE 40000U /*!< LSI Typical Value in Hz */
118
118
#endif /* LSI_VALUE */ /*!< Value of the Internal Low Speed oscillator in Hz
119
119
The real value may vary depending on the variations
120
120
in voltage and temperature. */
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ typedef struct
120
120
#endif /* LSE_VALUE */
121
121
122
122
#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 */
124
124
#endif /* LSI_VALUE */
125
125
/**
126
126
* @}
You can’t perform that action at this time.
0 commit comments