lwip-devel
[Top][All Lists]
Advanced

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

RE: [lwip-devel] RFC: debug and asserts


From: Zschocke, Florian
Subject: RE: [lwip-devel] RFC: debug and asserts
Date: Tue, 4 Nov 2003 11:43:40 +0100

David Vrabel wrote on Tuesday, November 04, 2003 11:39 AM:

> #define LWIP_DEBUG(when, args) \
>      while(1) { \
>          if( when ) { /* debug message here */ } \
>      }

That is already the case for the LWIP_DEBUG macro. And I would suggest not
to use while(1). ;)

Florian.




reply via email to

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