From 1720cf34caa518a2cf85f286d1ca077ebe1a1451 Mon Sep 17 00:00:00 2001 From: tmk Date: Mon, 25 Feb 2013 17:00:35 +0900 Subject: [PATCH] Fix bit shift which is beyond int size(16bit) --- common/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/keyboard.c b/common/keyboard.c index e4bc3dc8..432ea893 100644 --- a/common/keyboard.c +++ b/common/keyboard.c @@ -86,7 +86,7 @@ void keyboard_task(void) if (matrix_change & ((matrix_row_t)1<