将测试目录下的原配置文件改为系统配置文件
This commit is contained in:
9
tb/sw/src/system_cfg.h
Normal file
9
tb/sw/src/system_cfg.h
Normal 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
|
||||
Reference in New Issue
Block a user