changed the ioc file

This commit is contained in:
2024-05-24 20:12:42 +03:00
parent b87a0ca55c
commit 77f9b364a0
7 changed files with 146 additions and 84 deletions

View File

@ -81,7 +81,7 @@
* (when HSE is used as system clock source, directly or through the PLL).
*/
#if !defined (HSE_VALUE)
#define HSE_VALUE ((uint32_t)8000000) /*!< Value of the External oscillator in Hz */
#define HSE_VALUE ((uint32_t)16000000) /*!< Value of the External oscillator in Hz */
#endif /* HSE_VALUE */
/**