Skip to content

Commit

Permalink
Revert "h2generic: don't mess with DEBUG."
Browse files Browse the repository at this point in the history
This reverts commit 6380689.
As discussed on the ML. Doesn't align to our normal debug practices
  • Loading branch information
kallisti5 committed Jun 4, 2016
1 parent f4eec09 commit 7017be4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/add-ons/kernel/drivers/bluetooth/h2/h2generic/h2debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@
#include <KernelExport.h>


/* debug is default */
#ifndef NDEBUG
# define H2DEBUG
#endif
#ifdef H2DEBUG
#define DEBUG
#ifdef DEBUG
# define TRACE(x...) dprintf("h2generic: " x)
#else
# define TRACE(x...) ;
Expand Down

0 comments on commit 7017be4

Please sign in to comment.