lwip-members
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-members] debug.h


From: Adam Dunkels
Subject: [lwip-members] debug.h
Date: 02 Nov 2002 22:32:48 +0100

Hi!

The current debug.h stuff is quite a mess and should really be changed
so that lwipopts.h would contain the debug controlling #defines instead
of a core lwip file. What do you guys think about something like this:

The debug.h file is changed so that each #define will look like this:

#ifndef ETHARP_DEGUG
#define ETHARP_DEBUG     0
#endif

Then the lwipopts.h file can contain statements like:

#define ETHARP_DEBUG 1

Any comments?

Cheers,

/adam
-- 
Adam Dunkels <address@hidden>
http://dunkels.com/adam/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]