Fixed lwIP initialization code.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5628 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2013-04-26 12:36:18 +00:00
parent f7806e12e4
commit 6853fa7a76
1 changed files with 0 additions and 6 deletions

View File

@ -225,12 +225,6 @@ msg_t lwip_thread(void *p) {
chRegSetThreadName("lwipthread");
/* Initializes the thing.*/
sys_init();
mem_init();
memp_init();
pbuf_init();
netif_init();
ip_init();
tcpip_init(NULL, NULL);
/* TCP/IP parameters, runtime or compile time.*/