On Tue, 2009-10-06 at 18:19 +0200, Martin Velek wrote: > Hi, > > thank you for tip. I have to define my own error with positive value. > Currently, I am using a macro netconn_err that sets error to ERR_OK > before every transmitt, netconn_err(conn) = ERR_OK. I do not think, > that a) and b) is a good solution, but it works.
I think setting netconn_err to ERR_OK is fine if you're happy that the error is not serious. Kieran _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
