This commit is contained in:
wmano
2025-10-12 16:42:27 +08:00
parent 037fdb64eb
commit 4ef5837171
33 changed files with 2810 additions and 402 deletions
@@ -48,7 +48,7 @@
#include "stm32f4xx.h"
#if !defined (HSE_VALUE)
#define HSE_VALUE ((uint32_t)25000000) /*!< Default value of the External oscillator in Hz */
#define HSE_VALUE ((uint32_t)8000000) /*!< Default value of the External oscillator in Hz */
#endif /* HSE_VALUE */
#if !defined (HSI_VALUE)