QuakeGod
2023-02-22 b6290b94cac76a5634cd90b495b65d91ee92d85e
Inc/stm32f0xx_hal_conf.h
@@ -89,7 +89,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)12000000) /*!< Value of the External oscillator in Hz */
#endif /* HSE_VALUE */
/**