Change the LSI_VALUE according to documentation

pull/11454/head
int_szyk 2019-09-17 12:01:32 +02:00
parent d0686fd30b
commit 48040cf687
2 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@ extern "C" {
* @brief Internal Low Speed oscillator (LSI) value.
*/
#if !defined (LSI_VALUE)
#define LSI_VALUE 32000U /*!< LSI Typical Value in Hz */
#define LSI_VALUE 40000U /*!< LSI Typical Value in Hz */
#endif /* LSI_VALUE */ /*!< Value of the Internal Low Speed oscillator in Hz
The real value may vary depending on the variations
in voltage and temperature. */

View File

@ -120,7 +120,7 @@ typedef struct
#endif /* LSE_VALUE */
#if !defined (LSI_VALUE)
#define LSI_VALUE 32000U /*!< Value of the LSI oscillator in Hz */
#define LSI_VALUE 40000U /*!< Value of the LSI oscillator in Hz */
#endif /* LSI_VALUE */
/**
* @}