提交 34e894f8 编写于 作者: B bernard.xiong

fix compiling issue.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@558 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 bb8fdf2d
......@@ -70,7 +70,7 @@ int mbox_simple_init()
rt_mb_init(&mb,
"mbt", /* 名称是mbt */
&mb_pool[0], /* 邮箱用到的内存池是mb_pool */
size(mb_pool)/4, /* 大小是mb_pool大小除以4,因为一封邮件的大小是4字节 */
sizeof(mb_pool)/4, /* 大小是mb_pool大小除以4,因为一封邮件的大小是4字节 */
RT_IPC_FLAG_FIFO); /* 采用FIFO方式进行线程等待 */
/* 创建线程1 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册