diff options
author | tmk <nobody@nowhere> | 2010-10-24 03:27:43 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2010-10-24 03:33:08 +0900 |
commit | 4acc38751e9c8e90921773e6e5f5a100b0729d98 (patch) | |
tree | e8e650c6c0557871f55c39b6449a0cc2479fbf58 /key_process.c | |
parent | bf92bdd7fa9938c162c29e565d245e5609e4a912 (diff) |
switch debug on/off by pressing 4 keys on booting time
Diffstat (limited to 'key_process.c')
-rw-r--r-- | key_process.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/key_process.c b/key_process.c index 8006ae72f7..10cac032b1 100644 --- a/key_process.c +++ b/key_process.c @@ -25,6 +25,7 @@ #define MOUSE_DELAY_ACC 5 +// TODO: refactoring void proc_matrix(void) { static int mouse_repeat = 0; |