fix 1732, move"#endif" to line 103 from line 106 in rtthread_startup
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1820 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
parent
462cfdc3e0
commit
6cf91f04f6
@ -100,10 +100,10 @@ void rtthread_startup(void)
|
|||||||
#ifdef RT_USING_MODULE
|
#ifdef RT_USING_MODULE
|
||||||
/* init module system */
|
/* init module system */
|
||||||
rt_system_module_init();
|
rt_system_module_init();
|
||||||
|
#endif
|
||||||
|
|
||||||
/* init scheduler system */
|
/* init scheduler system */
|
||||||
rt_system_scheduler_init();
|
rt_system_scheduler_init();
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef RT_USING_LWIP
|
#ifdef RT_USING_LWIP
|
||||||
eth_system_device_init();
|
eth_system_device_init();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user