There is no reference to DBG_ON in lwIP as well. You're right, it's LWIP_DBG_ON - I took DBG_OFF from you. I don't know where you see it but it's used nowhere in my lwIP sources.
From: [email protected] [mailto:[email protected]] On Behalf Of Chen Sent: Wednesday, December 15, 2010 11:28 AM To: [email protected] Subject: RE: [lwip-users] Re: lwip-users Digest, Vol 88, Issue 17 lwipopts.h already includes "debug.h", and there is no def for DBG_ON, unless you meant DBG_ON is the same as LWIP_DBG_ON, etc: In lwipopts.h, we have #define ETHARP_DEBUG DBG_OFF In debug.h, we have #define LWIP_DBG_ON 0x80U Message: 7 Date: Wed, 15 Dec 2010 10:37:20 -0500 From: "Bill Auerbach" <[email protected]> Subject: RE: [lwip-users] Re: lwip-users Digest, Vol 88, Issue 17 To: "'Mailing list for lwIP users'" <[email protected]> Message-ID: <003f01cb9c6d$f689deb0$e39d9c...@com> Content-Type: text/plain; charset="us-ascii" DBG_OFF and more are in debug.h. Lwipopts.h should #include lwip/debug.h
_______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
