This commit is contained in:
2022-01-31 16:32:00 +03:00
parent 74697dc1ba
commit 0ffac93746
4 changed files with 30 additions and 25 deletions

View File

@@ -111,7 +111,7 @@
* This value is the default MSI range value after Reset.
*/
#if !defined (MSI_VALUE)
#define MSI_VALUE ((uint32_t)4000000U) /*!< Value of the Internal oscillator in Hz*/
#define MSI_VALUE ((uint32_t)48000000U) /*!< Value of the Internal oscillator in Hz*/
#endif /* MSI_VALUE */
/**
* @brief Internal High Speed oscillator (HSI) value.