Browse Source

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
qiuyiuestc 15 years ago
parent
commit
bfc50209ae
1 changed files with 0 additions and 2 deletions
  1. 0 2
      bsp/lm3s/application.c

+ 0 - 2
bsp/lm3s/application.c

@@ -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
 }