Add serial_uart.c and use it for PC98
This commit is contained in:
parent
90e6ff92f4
commit
ea1ede83c3
5 changed files with 174 additions and 92 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue