mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
core: architecture dependent part in thread_t
This commit is contained in:
parent
c71f40370b
commit
e75e0a5fe6
@ -209,10 +209,10 @@ struct _thread {
|
||||
const char *name; /**< thread's name */
|
||||
int stack_size; /**< thread's stack size */
|
||||
#endif
|
||||
#ifdef HAVE_THREAD_ARCH_EXT_T
|
||||
thread_arch_ext_t arch; /**< architecture dependent exten-
|
||||
sions */
|
||||
#endif };
|
||||
#ifdef HAVE_THREAD_ARCH_T
|
||||
thread_arch_t arch; /**< architecture dependent part */
|
||||
#endif
|
||||
};
|
||||
|
||||
/**
|
||||
* @def THREAD_STACKSIZE_DEFAULT
|
||||
|
Loading…
Reference in New Issue
Block a user