Maybe some minor changes.
This commit is contained in:
11
util/led/debug.h
Normal file
11
util/led/debug.h
Normal file
@@ -0,0 +1,11 @@
|
||||
/* $Header$ */
|
||||
|
||||
#ifdef NDEBUG
|
||||
|
||||
#define debug(s, a1, a2, a3, a4)
|
||||
|
||||
#else
|
||||
|
||||
#define debug(s, a1, a2, a3, a4) printf(s, a1, a2, a3, a4)
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user