diff options
author | tmk <nobody@nowhere> | 2013-04-02 17:44:24 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-04-02 17:44:24 +0900 |
commit | c6d88d27956c4b76f8819fcdb076bf94a8f55868 (patch) | |
tree | 3b294d4282ed2ed06b0d155f81ff97385e6b024d /converter/pc98_usb/matrix.c | |
parent | cc8e66754b1a5d0c11985cb0feb51ead49668744 (diff) |
Rename file layer_switch to action_layer
Diffstat (limited to 'converter/pc98_usb/matrix.c')
-rw-r--r-- | converter/pc98_usb/matrix.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/converter/pc98_usb/matrix.c b/converter/pc98_usb/matrix.c index d03aaf10d1..8833e0a851 100644 --- a/converter/pc98_usb/matrix.c +++ b/converter/pc98_usb/matrix.c @@ -93,10 +93,6 @@ RETRY: void matrix_init(void) { - print_enable = true; -// debug_enable = true; -// debug_matrix = true; - PC98_RST_DDR |= (1<<PC98_RST_BIT); PC98_RDY_DDR |= (1<<PC98_RDY_BIT); PC98_RTY_DDR |= (1<<PC98_RTY_BIT); |