feat: init commit

This commit is contained in:
2025-06-18 18:00:13 +02:00
parent acd96258c1
commit cdd7163db1
25 changed files with 6881 additions and 5873 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 */
/**