fix:更新注释等

This commit is contained in:
2026-05-21 12:19:01 +08:00
parent fd65e9c6a2
commit 8ee0849831
54 changed files with 1145 additions and 683 deletions

View File

@@ -1,10 +1,10 @@
/**
******************************************************************************
* @file user\global\global.h
* @author liangky
* @file User\Global\global.h
* @author 路淮
* @version v0.1
* @date 2023-10-11
* @brief Briefly describe the function of your function
* @date 2026-05-21
* @brief 全局头文件
******************************************************************************
*/
#ifndef __GLOBAL_H
@@ -62,17 +62,8 @@
#define TRUE 1
#define FALSE 0
#define PI 3.1415926f
#define SOFTWARE_VERSION "JSBRv1.2" // 软件版本
#define YKC_VERSION 0x10 // YKC 协议版本 v1.6
#define NET_CONN_TYPE 0 // 0: 4G, 1: LAN
#define DEBUG 1 // 调试模式
/*- I/O 输出-*/