chore: 源码编码GB2312统一转换为UTF-8

18个含有中文注释的.c/.h文件从GB2312转为UTF-8(无BOM)
This commit is contained in:
2026-07-20 14:27:38 +08:00
parent aef9d4effe
commit 8ded5ca0dc
18 changed files with 208 additions and 208 deletions
+1 -1
View File
@@ -218,7 +218,7 @@ int app_update_entry(struct pt *pt)
update_init(send_bytes);
//²Á³ýAPP
//擦除APP
if ((g_update.cfg.UpdateFlag == APP_UPDATE_FLAG)
&& dev_boot_check_app()
){
+1 -1
View File
@@ -9,7 +9,7 @@
#include "hdl_clk.h"
/*******************************************************************************
* ÖжϷþÎñº¯Êý
* 中断服务函数
******************************************************************************/
void SysTick_Handler(void)
{