mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-18 13:03:31 +08:00
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@994 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
parent
bb83a05cc8
commit
e7211af8a7
@ -323,7 +323,7 @@ struct rt_thread
|
||||
void* entry; /* entry */
|
||||
void* parameter; /* parameter */
|
||||
void* stack_addr; /* stack address */
|
||||
rt_uint16_t stack_size; /* stack size */
|
||||
rt_uint32_t stack_size; /* stack size */
|
||||
|
||||
/* error code */
|
||||
rt_err_t error; /* error code */
|
||||
|
Loading…
x
Reference in New Issue
Block a user