Files
eb001/tb/sw/src/mstMainCfg.h

10 lines
185 B
C
Raw Normal View History

#ifndef __MSTMAINCFG_H__
#define __MSTMAINCFG_H__
#define TX_BUF_NUM 2
#define TX_BUF_MAX_LEN 1024
#define RX_BUF_NUM 2
#define RX_BUF_MAX_LEN 1024
#endif