diff options
author | tmk <nobody@nowhere> | 2013-04-07 15:39:52 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-04-07 15:39:52 +0900 |
commit | e59fb6f908e3e05ed135bf6d004524b0b6bf9119 (patch) | |
tree | 46b5191bd9e6c591bc13e05aa97a0454f30b1897 /common/debug.c | |
parent | 78fd5a715464e72df08bcf683ca45b63c2df490f (diff) | |
parent | 4e93b3fa67d3b8170de2f05322738e08ac17948e (diff) | |
download | firmware-e59fb6f908e3e05ed135bf6d004524b0b6bf9119.tar.gz firmware-e59fb6f908e3e05ed135bf6d004524b0b6bf9119.tar.bz2 firmware-e59fb6f908e3e05ed135bf6d004524b0b6bf9119.zip |
Merge branch 'virtual_dipsw'
Diffstat (limited to 'common/debug.c')
-rw-r--r-- | common/debug.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/common/debug.c b/common/debug.c deleted file mode 100644 index e406d39b0..000000000 --- a/common/debug.c +++ /dev/null @@ -1,8 +0,0 @@ -#include <stdbool.h> -#include "debug.h" - - -bool debug_enable = false; -bool debug_matrix = false; -bool debug_keyboard = false; -bool debug_mouse = false; |