source:
npl/mediabox/lcdproc_edwin/src/shared/debug.h
Last change on this file was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 119 bytes |
Rev | Line | |
---|---|---|
[c5c522c] | 1 | #ifndef DEBUG_H |
2 | #define DEBUG_H | |
3 | ||
4 | #ifdef DEBUG | |
5 | ||
6 | #define debug printf | |
7 | ||
8 | #else | |
9 | ||
10 | #define debug /* printf */ | |
11 | ||
12 | #endif | |
13 | ||
14 | #endif |
Note: See TracBrowser
for help on using the repository browser.