forked from Imagelibrary/rtems
grlib/l2c: Use printk for debug print
This commit is contained in:
committed by
Kinsey Moore
parent
ed55634d51
commit
0a2c310d39
@@ -50,7 +50,7 @@
|
||||
/*#define DEBUG 1*/
|
||||
|
||||
#ifdef DEBUG
|
||||
#define DBG(x...) printf(x)
|
||||
#define DBG(x...) printk(x)
|
||||
#else
|
||||
#define DBG(x...)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user