conditionally start tcp and udp apps

This commit is contained in:
jani 2003-04-30 09:05:29 +00:00
parent 5fe219f074
commit 056badf0bd

View File

@ -136,11 +136,14 @@ main_thread(void *arg)
netif_add(&ipaddr, &netmask, &gw, NULL, loopif_init,
tcpip_input);
#if LWIP_TCP
tcpecho_init();
shell_init();
httpd_init();
#endif
#if LWIP_UDP
udpecho_init();
#endif
printf("Applications started.\n");