diff options
Diffstat (limited to 'converter/pc98_usb/Makefile')
-rw-r--r-- | converter/pc98_usb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converter/pc98_usb/Makefile b/converter/pc98_usb/Makefile index 076371dbfd..2575d86672 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 |