Change LSI_VALUE in STM implementation.

Wrong LSI value might be causing problems witch watchdogs.
pull/11383/head
int_szyk 2019-08-30 13:54:39 +02:00
parent 1c32e3ca5a
commit 3fa878f8a8
3 changed files with 3 additions and 3 deletions

View File

@ -141,7 +141,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 */
#if defined(RCC_HSI48_SUPPORT)

View File

@ -146,7 +146,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 */
/**
* @}

View File

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