diff options
author | tmk <nobody@nowhere> | 2013-02-25 03:09:10 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-02-25 03:09:10 +0900 |
commit | ea1ede83c36272ccaeb5e4d80efc3885edbb9209 (patch) | |
tree | 44bbaa64b89d360e8aeed26edd96e9f4b74dc6f2 /converter/pc98_usb/matrix.c | |
parent | 90e6ff92f44511c7ef75f62ceaa186458be3dba2 (diff) |
Add serial_uart.c and use it for PC98
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) |