Fixed lwIP initialization code.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5628 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
f7806e12e4
commit
6853fa7a76
|
@ -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.*/
|
||||
|
|
Loading…
Reference in New Issue