Skip to content
Snippets Groups Projects
Commit a6de013f authored by Fredrik Grönlund's avatar Fredrik Grönlund
Browse files

Disabled DEBUG printout to avoid printf() crashing the system.

parent 812c3558
Branches
No related tags found
No related merge requests found
......@@ -388,7 +388,7 @@
#define DW_ERROR(...)
#endif
#ifdef DEBUG
#ifdef DEBUG_BULL
#define DW_DEBUG(...) printf(__VA_ARGS__);
#else
#define DW_DEBUG(...)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment