> > tcpip_init(NULL, NULL); > > I can't remember off the top of my head what the arguments to > tcpip_init > () are, but are you sure NULL is OK? >
It's the callback function when tcpip_thread is running (stack is completely initialized). Unless you don't need that, it's OK to pass NULL as parameters. Simon _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
