diff options
author | tmk <nobody@nowhere> | 2013-06-21 21:48:18 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-06-22 02:33:08 +0900 |
commit | f45f4193f221d3ede706e02fc6b67916f90adf36 (patch) | |
tree | ae0eebc099b4867637a1880a2149b62e5d045ecb /converter/x68k_usb/Makefile | |
parent | 42c962412b92a0ab4bd26c95f25867c645064bd6 (diff) |
Use serial_uart.c instead of x68k.c now
Diffstat (limited to 'converter/x68k_usb/Makefile')
-rw-r--r-- | converter/x68k_usb/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/converter/x68k_usb/Makefile b/converter/x68k_usb/Makefile index fd66ed563b..948622c7c8 100644 --- a/converter/x68k_usb/Makefile +++ b/converter/x68k_usb/Makefile @@ -16,8 +16,7 @@ TARGET_DIR = . SRC = keymap.c \ matrix.c \ led.c \ - protocol/x68k.c -# protocol/serial_uart.c + protocol/serial_uart.c CONFIG_H = config_pjrc.h |