aboutsummaryrefslogtreecommitdiff
path: root/protocol/pjrc/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'protocol/pjrc/main.c')
-rw-r--r--protocol/pjrc/main.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/protocol/pjrc/main.c b/protocol/pjrc/main.c
index 15f14920b..0b0a44028 100644
--- a/protocol/pjrc/main.c
+++ b/protocol/pjrc/main.c
@@ -42,12 +42,6 @@
42#define CPU_PRESCALE(n) (CLKPR = 0x80, CLKPR = (n)) 42#define CPU_PRESCALE(n) (CLKPR = 0x80, CLKPR = (n))
43 43
44 44
45bool debug_enable = false;
46bool debug_matrix = false;
47bool debug_keyboard = false;
48bool debug_mouse = false;
49
50
51int main(void) 45int main(void)
52{ 46{
53 DEBUG_LED_CONFIG; 47 DEBUG_LED_CONFIG;