aboutsummaryrefslogtreecommitdiff
path: root/common/nodebug.h
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2014-06-17 14:03:13 +0900
committertmk <nobody@nowhere>2014-07-30 14:07:43 +0900
commitee70fe59ee8ebc6dcbf55171b1a2dd72e1744ae6 (patch)
tree29e08175246a736aaf7195d0612325278bc92f81 /common/nodebug.h
parentc67ae2a6b546c822759352586c14cd9dccbbe0ff (diff)
downloadqmk_firmware-ee70fe59ee8ebc6dcbf55171b1a2dd72e1744ae6.tar.gz
qmk_firmware-ee70fe59ee8ebc6dcbf55171b1a2dd72e1744ae6.zip
Fix debug.h and remove debug_config.h
Diffstat (limited to 'common/nodebug.h')
-rw-r--r--common/nodebug.h28
1 files changed, 3 insertions, 25 deletions
diff --git a/common/nodebug.h b/common/nodebug.h
index 8ef123f9f..93309ada4 100644
--- a/common/nodebug.h
+++ b/common/nodebug.h
@@ -18,30 +18,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
18#ifndef NODEBUG_H 18#ifndef NODEBUG_H
19#define NODEBUG_H 1 19#define NODEBUG_H 1
20 20
21#define dprint(s) 21#define NO_DEBUG
22#define dprintln(s) 22#include "debug.h"
23#define dprintf(fmt, ...) 23#undef NO_DEBUG
24#define dmsg(s)
25
26#define debug(s)
27#define debugln(s)
28#define debug_S(s)
29#define debug_P(s)
30#define debug_msg(s)
31#define debug_dec(data)
32#define debug_decs(data)
33#define debug_hex4(data)
34#define debug_hex8(data)
35#define debug_hex16(data)
36#define debug_hex32(data)
37#define debug_bin8(data)
38#define debug_bin16(data)
39#define debug_bin32(data)
40#define debug_bin_reverse8(data)
41#define debug_bin_reverse16(data)
42#define debug_bin_reverse32(data)
43#define debug_hex(data)
44#define debug_bin(data)
45#define debug_bin_reverse(data)
46 24
47#endif 25#endif