Aidan wrote: > Could somebody please give me some simple instructions on how to get lwip to > print out its debug comments. I've included debug.h and set the > debug level, but > I get nothing.
Also set the -DLWIP_DEBUG flag in your Makefile. Also check you can actually access the data output from the LWIP_PLATFORM_DIAG(x) macro. Bye, Christiaan Simons Hardware Designer Axon Digital Design http://www.axon.tv _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
