📄 settine.h
字号:
#ifndef SETTING_H_
#define SETTING_H_
#include "def.h"
union
{
U8 cByte[13];
struct
{
U8 cLenth;
U32 iModulus1;
U32 iModulus2;
U8 cHost[4];
U8 cLocal[4];
U16 iCrc;
}iData;
}Setting;
#endif //SETTING_H_
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -