diff options
author | Yann Hodique <yann.hodique@gmail.com> | 2013-12-26 21:16:27 -0800 |
---|---|---|
committer | Yann Hodique <yann.hodique@gmail.com> | 2013-12-26 21:16:27 -0800 |
commit | 8fc26a1360a4856bdd13fc14caf339fb6841b4d4 (patch) | |
tree | 2cbc8c58d525565802cec6c2c366914e471b474b | |
parent | 37bf34d5b192aa7f64875eca8f6dc8af8f4b1347 (diff) | |
download | qmk_firmware-8fc26a1360a4856bdd13fc14caf339fb6841b4d4.tar.gz qmk_firmware-8fc26a1360a4856bdd13fc14caf339fb6841b4d4.zip |
fix compilation
-rw-r--r-- | converter/sun_usb/matrix.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/converter/sun_usb/matrix.c b/converter/sun_usb/matrix.c index 717c131e62..a61e3a2d34 100644 --- a/converter/sun_usb/matrix.c +++ b/converter/sun_usb/matrix.c @@ -63,7 +63,6 @@ uint8_t matrix_cols(void) void matrix_init(void) { - print_enable = true; debug_enable = true; serial_init(); |