From ea1ede83c36272ccaeb5e4d80efc3885edbb9209 Mon Sep 17 00:00:00 2001 From: tmk Date: Mon, 25 Feb 2013 03:09:10 +0900 Subject: Add serial_uart.c and use it for PC98 --- converter/pc98_usb/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'converter/pc98_usb/Makefile') diff --git a/converter/pc98_usb/Makefile b/converter/pc98_usb/Makefile index 076371dbf..2575d8667 100644 --- a/converter/pc98_usb/Makefile +++ b/converter/pc98_usb/Makefile @@ -11,8 +11,8 @@ TARGET_DIR = . SRC = keymap.c \ matrix.c \ led.c \ - command_extra.c \ - protocol/serial_soft.c + protocol/serial_uart.c +# protocol/serial_soft.c CONFIG_H = config.h -- cgit v1.2.3