diff options
| author | tmk <nobody@nowhere> | 2012-10-25 03:28:25 +0900 |
|---|---|---|
| committer | tmk <nobody@nowhere> | 2012-10-27 02:27:09 +0900 |
| commit | 220de27bed198c2ea27886986de7afd8013d5545 (patch) | |
| tree | 7360d98d3d0280596a2d69ba39e160d854f31ea1 /common/debug.c | |
| parent | ad24858e4fec8bb9af9d89ebf42cda3fffcfdff5 (diff) | |
| download | qmk_firmware-220de27bed198c2ea27886986de7afd8013d5545.tar.gz qmk_firmware-220de27bed198c2ea27886986de7afd8013d5545.zip | |
Add print_dec() and debug_dec().
Diffstat (limited to 'common/debug.c')
| -rw-r--r-- | common/debug.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/debug.c b/common/debug.c index 41d566ee3..e406d39b0 100644 --- a/common/debug.c +++ b/common/debug.c | |||
| @@ -6,4 +6,3 @@ bool debug_enable = false; | |||
| 6 | bool debug_matrix = false; | 6 | bool debug_matrix = false; |
| 7 | bool debug_keyboard = false; | 7 | bool debug_keyboard = false; |
| 8 | bool debug_mouse = false; | 8 | bool debug_mouse = false; |
| 9 | |||
