forked from Imagelibrary/rtems
grlib/spwtdp: Remove DEBUG flag
This flag should not be enabled by default
This commit is contained in:
committed by
Kinsey Moore
parent
44b61ba51f
commit
24a3ae9fa5
@@ -51,8 +51,6 @@
|
||||
/*#define UNUSED*/
|
||||
#define UNUSED __attribute__((unused))
|
||||
|
||||
#define DEBUG 1
|
||||
|
||||
#ifdef DEBUG
|
||||
#define DBG(x...) printf(x)
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user