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\board_config.h
* @author luhuaishuai
* @file User\Global\board_config.h
* @author 路淮
* @version v0.1
* @date 2023-10-11
* @brief Briefly describe the function of your function
* @date 2026-05-21
* @brief 板级配置头文件
******************************************************************************
*/
#ifndef __BOARD_CONFIG_H
@@ -16,4 +16,6 @@
#define LINK_APP_PORT 6002 // 桩通讯端口
#define LINK_STAKE_PORT 6001 // 桩通讯端口
#define DEBUG 1 // 调试模式
#endif /* __BOARD_CONFIG_H */