fix:更新注释等
This commit is contained in:
@@ -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 输出-*/
|
||||
|
||||
Reference in New Issue
Block a user