mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-21 00:27:19 +08:00
Update components.c
修正断言错误
This commit is contained in:
parent
8d7686179c
commit
0d43ebffe1
@ -207,7 +207,7 @@ void rt_application_init(void)
|
||||
tid = &main_thread;
|
||||
result = rt_thread_init(tid, "main", main_thread_entry, RT_NULL,
|
||||
main_stack, sizeof(main_stack), RT_THREAD_PRIORITY_MAX / 3, 20);
|
||||
RT_ASSERT(result != RT_EOK);
|
||||
RT_ASSERT(result != RT_ERROR);
|
||||
#endif
|
||||
|
||||
rt_thread_startup(tid);
|
||||
|
Loading…
x
Reference in New Issue
Block a user