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 717c131e6..a61e3a2d3 100644 --- a/converter/sun_usb/matrix.c +++ b/converter/sun_usb/matrix.c | |||
| @@ -63,7 +63,6 @@ uint8_t matrix_cols(void) | |||
| 63 | 63 | ||
| 64 | void matrix_init(void) | 64 | void matrix_init(void) |
| 65 | { | 65 | { |
| 66 | print_enable = true; | ||
| 67 | debug_enable = true; | 66 | debug_enable = true; |
| 68 | 67 | ||
| 69 | serial_init(); | 68 | serial_init(); |
