将测试目录下的原配置文件改为系统配置文件

This commit is contained in:
2025-02-10 00:08:30 +08:00
parent 9943b5c044
commit 6ab7cc4590
3 changed files with 2 additions and 2 deletions

9
tb/sw/src/system_cfg.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef __MSTMAINCFG_H__
#define __MSTMAINCFG_H__
#define TX_BUF_NUM 1
#define TX_BUF_MAX_LEN 1024
#define RX_BUF_NUM 1
#define RX_BUF_MAX_LEN 1024
#endif