Add serial_uart.c and use it for PC98

This commit is contained in:
tmk
2013-02-25 03:09:10 +09:00
parent 90e6ff92f4
commit ea1ede83c3
5 changed files with 174 additions and 92 deletions

View File

@@ -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)