mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #11383 from Tharazi97/f303_watchdog_reset
Change LSI_VALUE in STM implementation.pull/11372/head
commit
5a6bf446d2
|
@ -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