diff options
Diffstat (limited to 'converter/pc98_usb/matrix.c')
-rw-r--r-- | converter/pc98_usb/matrix.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/converter/pc98_usb/matrix.c b/converter/pc98_usb/matrix.c index 18ad5bfe7c..d03aaf10d1 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) |