编码转换: GBK -> UTF-8,所有.c/.h源文件中文注释统一UTF-8编码

This commit is contained in:
wangfq
2026-07-20 09:07:46 +08:00
parent b1637a13be
commit 8157ce41bd
62 changed files with 1969 additions and 1969 deletions
+2 -2
View File
@@ -46,7 +46,7 @@
#endif
/**
* @brief 系统主频时钟(Hz
* @brief 系统主频时钟(Hz
*/
#ifndef FREQ_SYS
#define FREQ_SYS 60000000
@@ -57,7 +57,7 @@
#endif
/**
* @brief 32K时钟(Hz
* @brief 32K时钟(Hz
*/
#ifdef CLK_OSC32K
#if ( CLK_OSC32K == 1 )