From d69aae90ede578aaebc355dafd3496993ccea126 Mon Sep 17 00:00:00 2001
From: QuakeGod <QuakeGod@sina.com>
Date: 星期一, 17 十月 2022 03:02:12 +0800
Subject: [PATCH] fix 2

---
 Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_rcc.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_rcc.h b/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_rcc.h
index 93f2327..5738d95 100644
--- a/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_rcc.h
+++ b/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_rcc.h
@@ -129,7 +129,7 @@
   * @{
   */
 #if !defined  (HSE_VALUE)
-#define HSE_VALUE    8000000U  /*!< Value of the HSE oscillator in Hz */
+#define HSE_VALUE    12000000U  /*!< Value of the HSE oscillator in Hz */
 #endif /* HSE_VALUE */
 
 #if !defined  (HSI_VALUE)

--
Gitblit v1.9.1