提交 c1798b75 编写于 作者: J jiaojinxing1987@gmail.com

struct rt_thread 的 stack_size 改回 rt_uint16_t 类

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@998 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 47c51011
...@@ -323,7 +323,7 @@ struct rt_thread ...@@ -323,7 +323,7 @@ struct rt_thread
void* entry; /* entry */ void* entry; /* entry */
void* parameter; /* parameter */ void* parameter; /* parameter */
void* stack_addr; /* stack address */ void* stack_addr; /* stack address */
rt_uint32_t stack_size; /* stack size */ rt_uint16_t stack_size; /* stack size */
/* error code */ /* error code */
rt_err_t error; /* error code */ rt_err_t error; /* error code */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册