summaryrefslogtreecommitdiffstats
path: root/converter/pc98_usb/matrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'converter/pc98_usb/matrix.c')
-rw-r--r--converter/pc98_usb/matrix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/converter/pc98_usb/matrix.c b/converter/pc98_usb/matrix.c
index 18ad5bfe7..d03aaf10d 100644
--- a/converter/pc98_usb/matrix.c
+++ b/converter/pc98_usb/matrix.c
@@ -89,7 +89,6 @@ RETRY:
while (!(code = serial_recv())) ;
print("PC98: send 70: "); print_hex8(code); print("\n");
if (code != 0xFA) goto RETRY;
-
}
void matrix_init(void)