mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-22 01:15:26 +08:00
[Kernel] Fix typo
This commit is contained in:
parent
6e902e17ae
commit
1f0081e796
@ -162,7 +162,7 @@ static rt_err_t _rt_thread_init(struct rt_thread *thread,
|
|||||||
thread->number_mask = 0;
|
thread->number_mask = 0;
|
||||||
#if RT_THREAD_PRIORITY_MAX > 32
|
#if RT_THREAD_PRIORITY_MAX > 32
|
||||||
thread->number = 0;
|
thread->number = 0;
|
||||||
therad->high_mask = 0;
|
thread->high_mask = 0;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* tick init */
|
/* tick init */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user