|
@@ -144,15 +144,6 @@ void rtthread_startup(void)
|
|
//rt_hw_sdcard_init();
|
|
//rt_hw_sdcard_init();
|
|
#endif
|
|
#endif
|
|
|
|
|
|
-#ifdef RT_USING_LWIP
|
|
|
|
- /* register ethernetif device */
|
|
|
|
- eth_system_device_init();
|
|
|
|
- rt_hw_macb_init();
|
|
|
|
- /* init lwip system */
|
|
|
|
- lwip_sys_init();
|
|
|
|
- rt_kprintf("TCP/IP initialized!\n");
|
|
|
|
-#endif
|
|
|
|
-
|
|
|
|
/*init all registed devices */
|
|
/*init all registed devices */
|
|
rt_device_init_all();
|
|
rt_device_init_all();
|
|
#endif
|
|
#endif
|