<p>$ git diff CMSIS/GD/GD32F10x/Include/gd32f10x.h</p><p>diff --git a/CMSIS/GD/GD32F10x/Include/gd32f10x.h b/CMSIS/GD/GD32F10x/Include/gd32f10x.h</p><p>index 38a25ff..8a470c5 100644</p><p>--- a/CMSIS/GD/GD32F10x/Include/gd32f10x.h</p><p>+++ b/CMSIS/GD/GD32F10x/Include/gd32f10x.h</p><p>@@ -60,7 +60,7 @@ OF SUCH DAMAGE.</p><p> #ifdef GD32F10X_CL</p><p> #define HXTAL_VALUE ((uint32_t)25000000) /*!< value of the external oscillator in Hz */</p><p> #else</p><p>-#define HXTAL_VALUE ((uint32_t)8000000) /* !< from 4M to 16M *!< value of the external oscillator in Hz*/</p><p>+#define HXTAL_VALUE ((uint32_t)12000000) /* !< from 4M to 16M *!< value of the external oscillator in Hz*/</p><p> #endif /* HXTAL_VALUE */</p><p> #endif /* high speed crystal oscillator value */</p>
外部改成12Mhz
|