mirror of https://github.com/ARMmbed/mbed-os.git
Change LSI_VALUE in STM implementation.
Wrong LSI value might be causing problems witch watchdogs.pull/11383/head
parent
1c32e3ca5a
commit
3fa878f8a8
|
@ -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)
|
||||
|
||||
|
|
|
@ -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 */
|
||||
/**
|
||||
* @}
|
||||
|
|
|
@ -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 */
|
||||
/**
|
||||
* @}
|
||||
|
|
Loading…
Reference in New Issue