mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
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