提交 b1beed20 编写于 作者: F fan.ji 提交者: mysterywolf

expand mq test stack size to fix overstack problem during utest.

Signed-off-by: Nfan.ji <fan.ji@weiheng-tech.com>
上级 dff06ff6
......@@ -19,8 +19,8 @@ static rt_uint8_t mq_buf[(MSG_SIZE + 4) * MAX_MSGS];
static struct rt_thread mq_send_thread;
static struct rt_thread mq_recv_thread;
static rt_uint8_t mq_send_stack[512];
static rt_uint8_t mq_recv_stack[512];
static rt_uint8_t mq_send_stack[1024];
static rt_uint8_t mq_recv_stack[1024];
static struct rt_event finish_e;
#define MQSEND_FINISH 0x01
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册