10 lines
185 B
C
10 lines
185 B
C
|
|
#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
|