diff options
| author | tmk <nobody@nowhere> | 2012-10-27 03:07:37 +0900 |
|---|---|---|
| committer | tmk <nobody@nowhere> | 2012-10-27 03:07:37 +0900 |
| commit | 16a583d7fd057c3ebcb859db44f097fd8073ec49 (patch) | |
| tree | c10f26cbf2e65b523cb1fa7e642c3d79b4873f13 /common/debug.h | |
| parent | 9389585d3d16319d5d739eef84f4ff11076235c1 (diff) | |
| download | qmk_firmware-16a583d7fd057c3ebcb859db44f097fd8073ec49.tar.gz qmk_firmware-16a583d7fd057c3ebcb859db44f097fd8073ec49.zip | |
Fix usage of debug flag
Diffstat (limited to 'common/debug.h')
| -rw-r--r-- | common/debug.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/debug.h b/common/debug.h index c12f2cb00..648f0e096 100644 --- a/common/debug.h +++ b/common/debug.h | |||
| @@ -46,7 +46,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 46 | #define debug_bin_reverse16(data) do { if (debug_enable) print_bin_reverse16(data); } while (0) | 46 | #define debug_bin_reverse16(data) do { if (debug_enable) print_bin_reverse16(data); } while (0) |
| 47 | #define debug_bin_reverse32(data) do { if (debug_enable) print_bin_reverse32(data); } while (0) | 47 | #define debug_bin_reverse32(data) do { if (debug_enable) print_bin_reverse32(data); } while (0) |
| 48 | 48 | ||
| 49 | #define debug_dec(data) debug_dec(data) | ||
| 50 | #define debug_hex(data) debug_hex8(data) | 49 | #define debug_hex(data) debug_hex8(data) |
| 51 | #define debug_bin(data) debug_bin8(data) | 50 | #define debug_bin(data) debug_bin8(data) |
| 52 | #define debug_bin_reverse(data) debug_bin8(data) | 51 | #define debug_bin_reverse(data) debug_bin8(data) |
