From 16a583d7fd057c3ebcb859db44f097fd8073ec49 Mon Sep 17 00:00:00 2001 From: tmk Date: Sat, 27 Oct 2012 03:07:37 +0900 Subject: Fix usage of debug flag --- common/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/keyboard.c') diff --git a/common/keyboard.c b/common/keyboard.c index bda7c0625..fa22116f1 100644 --- a/common/keyboard.c +++ b/common/keyboard.c @@ -544,7 +544,7 @@ static inline void process_key(keyevent_t event) void keyboard_init(void) { - debug_keyboard = true; + // TODO: to enable debug print magic key bind on boot time // TODO: configuration of sendchar impl print_sendchar_func = sendchar; -- cgit v1.2.3