fixed typo in debug PRINTF definition
This commit is contained in:
parent
d690dcae31
commit
8306aded79
|
@ -65,7 +65,7 @@
|
|||
/*---------------------------------------------------------------------------*/
|
||||
#define DEBUG 0
|
||||
#if DEBUG
|
||||
#define PRINTF(...) PRINTF(__VA_ARGS__)
|
||||
#define PRINTF(...) printf(__VA_ARGS__)
|
||||
#else
|
||||
#define PRINTF(...)
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue