Merge pull request #11383 from Tharazi97/f303_watchdog_reset

Change LSI_VALUE in STM implementation.
pull/11372/head
Martin Kojtal 2019-09-04 11:55:27 +02:00 committed by GitHub
commit 5a6bf446d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 */
/**
* @}