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/print.c | |
| parent | 9389585d3d16319d5d739eef84f4ff11076235c1 (diff) | |
| download | qmk_firmware-16a583d7fd057c3ebcb859db44f097fd8073ec49.tar.gz qmk_firmware-16a583d7fd057c3ebcb859db44f097fd8073ec49.zip | |
Fix usage of debug flag
Diffstat (limited to 'common/print.c')
| -rw-r--r-- | common/print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/print.c b/common/print.c index 6a8a725bc..d8a899b40 100644 --- a/common/print.c +++ b/common/print.c | |||
| @@ -31,7 +31,7 @@ | |||
| 31 | 31 | ||
| 32 | 32 | ||
| 33 | int8_t (*print_sendchar_func)(uint8_t) = 0; | 33 | int8_t (*print_sendchar_func)(uint8_t) = 0; |
| 34 | bool print_enable = false; | 34 | bool print_enable = true; |
| 35 | 35 | ||
| 36 | 36 | ||
| 37 | /* print string stored in data memory(SRAM) | 37 | /* print string stored in data memory(SRAM) |
