From 8fc26a1360a4856bdd13fc14caf339fb6841b4d4 Mon Sep 17 00:00:00 2001 From: Yann Hodique Date: Thu, 26 Dec 2013 21:16:27 -0800 Subject: fix compilation --- converter/sun_usb/matrix.c | 1 - 1 file changed, 1 deletion(-) 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) void matrix_init(void) { - print_enable = true; debug_enable = true; serial_init(); -- cgit v1.2.3 ository'/>
aboutsummaryrefslogtreecommitdiffstats
blob: 36b0182beee8f7835f633ad0d265d63d1097d62b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38