chore: 源码编码GB2312统一转换为UTF-8
18个含有中文注释的.c/.h文件从GB2312转为UTF-8(无BOM)
This commit is contained in:
+5
-5
@@ -93,11 +93,11 @@ typedef enum
|
||||
|
||||
typedef struct
|
||||
{
|
||||
en_cs5552_step step; //流程
|
||||
en_cs5552_ch channel_sta; //当前转换通道
|
||||
int32_t buf[2]; //通道数据
|
||||
uint32_t offset_ch0[OFFSET_CNT]; //通道0校准值
|
||||
uint32_t offset_ch1[OFFSET_CNT]; //通道1校准值
|
||||
en_cs5552_step step; //流程
|
||||
en_cs5552_ch channel_sta; //当前转换通道
|
||||
int32_t buf[2]; //通道数据
|
||||
uint32_t offset_ch0[OFFSET_CNT]; //通道0校准值
|
||||
uint32_t offset_ch1[OFFSET_CNT]; //通道1校准值
|
||||
}stc_cs5552_t;
|
||||
|
||||
void hdl_cs5552_init(void);
|
||||
|
||||
Reference in New Issue
Block a user