12 lines
225 B
C
12 lines
225 B
C
#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
|
|
|
|
#define STACK_SIZE (1024 * 8)
|
|
|
|
#endif
|