File system and net for LM3S platform are available.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@180 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
qiuyiuestc 2009-11-29 14:34:41 +00:00
parent b16ff8c289
commit bfc50209ae
1 changed files with 0 additions and 2 deletions

View File

@ -92,8 +92,6 @@ void rt_init_thread_entry(void *parameter)
/* init lwip system */
lwip_sys_init();
rt_kprintf("TCP/IP initialized!\n");
ftpd_start();
}
#endif
}